|
@@ -21,6 +21,8 @@
|
|
#define L1_CACHE_DISPARITY L1_CACHE_NENTRIES * L1_CACHE_BYTES
|
|
#define L1_CACHE_DISPARITY L1_CACHE_NENTRIES * L1_CACHE_BYTES
|
|
#endif
|
|
#endif
|
|
|
|
|
|
|
|
+#define ARCH_KMALLOC_MINALIGN L1_CACHE_BYTES
|
|
|
|
+
|
|
/* data cache purge registers
|
|
/* data cache purge registers
|
|
* - read from the register to unconditionally purge that cache line
|
|
* - read from the register to unconditionally purge that cache line
|
|
* - write address & 0xffffff00 to conditionally purge that cache line
|
|
* - write address & 0xffffff00 to conditionally purge that cache line
|