summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/powerpc/include/asm/cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'rtemsbsd/powerpc/include/asm/cache.h')
-rw-r--r--rtemsbsd/powerpc/include/asm/cache.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/rtemsbsd/powerpc/include/asm/cache.h b/rtemsbsd/powerpc/include/asm/cache.h
index 9dd32cbe..ac4a277f 100644
--- a/rtemsbsd/powerpc/include/asm/cache.h
+++ b/rtemsbsd/powerpc/include/asm/cache.h
@@ -34,4 +34,6 @@
#define ____cacheline_aligned __cacheline_aligned
#endif
+#define L1_CACHE_BYTES PPC_DEFAULT_CACHE_LINE_SIZE
+
#endif /* __ASM_CACHE_H */