Update of /cvsroot/linux-vax/kernel-2.4/include/asm-vax
In directory usw-pr-cvs1:/tmp/cvs-serv29343
Modified Files:
cache.h
Log Message:
No point in duplicating stuff from <linux/cache.h>
Index: cache.h
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.4/include/asm-vax/cache.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** cache.h 2001/01/17 16:18:52 1.1
--- cache.h 2001/01/23 23:46:43 1.2
***************
*** 8,15 ****
#define L1_CACHE_BYTES 32 /* a guess */
- #define L1_CACHE_ALIGN(x) (((x)+(L1_CACHE_BYTES-1))&~(L1_CACHE_BYTES-1))
-
-
- #define SMP_CACHE_BYTES L1_CACHE_BYTES
-
#endif /* _ASM_VAX_CACHE_H */
--- 8,10 ----
|