summaryrefslogtreecommitdiffstats
path: root/include/asm-alpha/init.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-alpha/init.h')
-rw-r--r--include/asm-alpha/init.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-alpha/init.h b/include/asm-alpha/init.h
index f4a08c9f2..a85501cbb 100644
--- a/include/asm-alpha/init.h
+++ b/include/asm-alpha/init.h
@@ -12,6 +12,6 @@
#define __FINIT .previous
#define __INITDATA .section .data.init,"a"
-#define __cacheline_aligned __attribute__((__aligned__(L1_CACHE_BYTES)))
+#define __cacheline_aligned __attribute__((__aligned__(32)))
#endif