From 3682d115eea928907fb18ea77c2aa95d2e68d749 Mon Sep 17 00:00:00 2001 From: Anton Blanchard Date: Fri, 14 Jun 2002 08:15:07 +1000 Subject: ppc64: updates for 2.5.21 --- include/asm-ppc64/cache.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/asm-ppc64/cache.h b/include/asm-ppc64/cache.h index 00928de36087..e3f2b238459f 100644 --- a/include/asm-ppc64/cache.h +++ b/include/asm-ppc64/cache.h @@ -8,6 +8,7 @@ #define __ARCH_PPC64_CACHE_H /* bytes per L1 cache line */ -#define L1_CACHE_BYTES 128 +#define L1_CACHE_SHIFT 7 +#define L1_CACHE_BYTES (1 << L1_CACHE_SHIFT) #endif -- cgit v1.2.3