summaryrefslogtreecommitdiffstats
path: root/include/asm-sparc/init.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-sparc/init.h')
-rw-r--r--include/asm-sparc/init.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-sparc/init.h b/include/asm-sparc/init.h
index eddd82ca8..b5b1bbc47 100644
--- a/include/asm-sparc/init.h
+++ b/include/asm-sparc/init.h
@@ -7,6 +7,8 @@
#define __initfunc(__arginit) \
__arginit __init; \
__arginit
+#define __cacheline_aligned __attribute__ \
+ ((__section__ (".data.cacheline_aligned")))
/* For assembly routines */
#define __INIT .section ".text.init",#alloc,#execinstr
#define __FINIT .previous
@@ -15,6 +17,7 @@
#define __init
#define __initdata
#define __initfunc(__arginit) __arginit
+#define __cacheline_aligned
/* For assembly routines */
#define __INIT
#define __FINIT