diff options
Diffstat (limited to 'arch/microblaze/include/asm')
-rw-r--r-- | arch/microblaze/include/asm/page.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/microblaze/include/asm/page.h b/arch/microblaze/include/asm/page.h index 4f268faa012..cf377d91da7 100644 --- a/arch/microblaze/include/asm/page.h +++ b/arch/microblaze/include/asm/page.h | |||
@@ -40,7 +40,7 @@ | |||
40 | #ifndef __ASSEMBLY__ | 40 | #ifndef __ASSEMBLY__ |
41 | 41 | ||
42 | /* MS be sure that SLAB allocates aligned objects */ | 42 | /* MS be sure that SLAB allocates aligned objects */ |
43 | #define ARCH_KMALLOC_MINALIGN L1_CACHE_BYTES | 43 | #define ARCH_DMA_MINALIGN L1_CACHE_BYTES |
44 | 44 | ||
45 | #define ARCH_SLAB_MINALIGN L1_CACHE_BYTES | 45 | #define ARCH_SLAB_MINALIGN L1_CACHE_BYTES |
46 | 46 | ||