diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1999-02-15 02:15:32 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1999-02-15 02:15:32 +0000 |
commit | 86464aed71025541805e7b1515541aee89879e33 (patch) | |
tree | e01a457a4912a8553bc65524aa3125d51f29f810 /include/asm-mips/init.h | |
parent | 88f99939ecc6a95a79614574cb7d95ffccfc3466 (diff) |
Merge with Linux 2.2.1.
Diffstat (limited to 'include/asm-mips/init.h')
-rw-r--r-- | include/asm-mips/init.h | 6 |
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 */ |