patch-2.3.41 linux/include/asm-m68k/cache.h
Next file: linux/include/asm-m68k/div64.h
Previous file: linux/include/asm-m68k/bvme6000hw.h
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Wed Jan 26 12:44:21 2000
- Orig file:
v2.3.40/linux/include/asm-m68k/cache.h
- Orig date:
Mon Aug 9 12:27:30 1999
diff -u --recursive --new-file v2.3.40/linux/include/asm-m68k/cache.h linux/include/asm-m68k/cache.h
@@ -7,16 +7,4 @@
/* bytes per L1 cache line */
#define L1_CACHE_BYTES 16
-#define L1_CACHE_ALIGN(x) (((x)+(L1_CACHE_BYTES-1))&~(L1_CACHE_BYTES-1))
-
-#define SMP_CACHE_BYTES L1_CACHE_BYTES
-
-#ifdef MODULE
-#define __cacheline_aligned __attribute__((__aligned__(L1_CACHE_BYTES)))
-#else
-#define __cacheline_aligned \
- __attribute__((__aligned__(L1_CACHE_BYTES), \
- __section__(".data.cacheline_aligned")))
-#endif
-
#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)