Message ID | 20100629154801C.fujita.tomonori@lab.ntt.co.jp (mailing list archive) |
---|---|
State | Deferred |
Delegated to: | Helge Deller |
Headers | show |
diff --git a/arch/parisc/include/asm/cache.h b/arch/parisc/include/asm/cache.h index 45effe6..5d87f27 100644 --- a/arch/parisc/include/asm/cache.h +++ b/arch/parisc/include/asm/cache.h @@ -22,6 +22,8 @@ #define L1_CACHE_SHIFT 5 #endif +#define ARCH_KMALLOC_MINALIGN L1_CACHE_BYTES + #ifndef __ASSEMBLY__ #define L1_CACHE_ALIGN(x) (((x)+(L1_CACHE_BYTES-1))&~(L1_CACHE_BYTES-1))