summaryrefslogtreecommitdiffstats
path: root/include/asm-mips/init.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-mips/init.h')
-rw-r--r--include/asm-mips/init.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/asm-mips/init.h b/include/asm-mips/init.h
index 3dd2f614d..0f99681b7 100644
--- a/include/asm-mips/init.h
+++ b/include/asm-mips/init.h
@@ -1,11 +1,10 @@
-/*
- * include/asm-mips/init.h
+/* $Id: init.h,v 1.2 1998/04/05 11:25:06 ralf Exp $
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
- * $Id: init.h,v 1.2 1998/03/27 08:54:04 ralf Exp $
+ * Copyright 1998, 1999 Ralf Baechle
*/
#ifndef __MIPS_INIT_H
#define __MIPS_INIT_H
@@ -26,5 +25,6 @@
#define __INIT .section .text.init,"ax"
#define __FINIT .previous
#define __INITDATA .section .data.init,"a"
+#define __cacheline_aligned __attribute__((__aligned__(L1_CACHE_BYTES)))
#endif /* __MIPS_INIT_H */