From db7d4daea91e105e3859cf461d7e53b9b77454b2 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Sun, 13 Jun 1999 16:29:25 +0000 Subject: Merge with Linux 2.2.8. --- include/asm-ppc/cache.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/asm-ppc/cache.h') diff --git a/include/asm-ppc/cache.h b/include/asm-ppc/cache.h index 431dc7a49..0d54430d2 100644 --- a/include/asm-ppc/cache.h +++ b/include/asm-ppc/cache.h @@ -13,7 +13,11 @@ #define L1_CACHE_ALIGN(x) (((x)+(L1_CACHE_BYTES-1))&~(L1_CACHE_BYTES-1)) #define L1_CACHE_PAGES 8 +#define SMP_CACHE_BYTES L1_CACHE_BYTES + #if defined(__KERNEL__) && !defined(__ASSEMBLY__) +extern void flush_dcache_range(unsigned long start, unsigned long stop); + static inline unsigned long unlock_dcache(void) { #ifndef CONFIG_8xx -- cgit v1.2.3