diff options
Diffstat (limited to 'include/asm-ppc/cache.h')
-rw-r--r-- | include/asm-ppc/cache.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asm-ppc/cache.h b/include/asm-ppc/cache.h index da609f271..8bdffcdfb 100644 --- a/include/asm-ppc/cache.h +++ b/include/asm-ppc/cache.h @@ -5,7 +5,8 @@ #define __ARCH_PPC_CACHE_H /* bytes per L1 cache line */ -#define L1_CACHE_BYTES 32 /* a guess */ +/* a guess */ /* a correct one -- Cort */ +#define L1_CACHE_BYTES 32 #define L1_CACHE_ALIGN(x) (((x)+(L1_CACHE_BYTES-1))&~(L1_CACHE_BYTES-1)) |