diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2008-03-08 10:56:28 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-03-12 15:14:41 +0100 |
commit | 234fcd1484a66158b561b36b421547f0ab85fee9 (patch) | |
tree | b63fbb134fd673e1713f0462e6e0642b418da616 /arch/mips/mm/cex-sb1.S | |
parent | [MIPS] IP27: Tighten up CPU description to fix warnings. (diff) | |
download | linux-234fcd1484a66158b561b36b421547f0ab85fee9.tar.xz linux-234fcd1484a66158b561b36b421547f0ab85fee9.zip |
[MIPS] Fix loads of section missmatches
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/mm/cex-sb1.S')
-rw-r--r-- | arch/mips/mm/cex-sb1.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/mm/cex-sb1.S b/arch/mips/mm/cex-sb1.S index e54a62f2807c..2d08268bb705 100644 --- a/arch/mips/mm/cex-sb1.S +++ b/arch/mips/mm/cex-sb1.S @@ -34,8 +34,6 @@ * is changed. */ - __INIT - .set mips64 .set noreorder .set noat @@ -51,6 +49,8 @@ * (0x170-0x17f) are used to preserve k0, k1, and ra. */ + __CPUINIT + LEAF(except_vec2_sb1) /* * If this error is recoverable, we need to exit the handler |