summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorRalf Baechle2005-11-10 17:35:03 +0100
committerRalf Baechle2006-02-21 17:58:23 +0100
commit51939fbb79f66cc471f5bde9845be797ea61ad0b (patch)
tree030683c83f7916c166536b171b669c5dda341533 /arch
parent[MIPS] N32: Make sure pointer is good before passing it to sys_waitid(). (diff)
downloadkernel-qcow2-linux-51939fbb79f66cc471f5bde9845be797ea61ad0b.tar.gz
kernel-qcow2-linux-51939fbb79f66cc471f5bde9845be797ea61ad0b.tar.xz
kernel-qcow2-linux-51939fbb79f66cc471f5bde9845be797ea61ad0b.zip
[MIPS] Sibyte: #if CONFIG_* doesn't fly.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/mips/mm/cex-sb1.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/mm/cex-sb1.S b/arch/mips/mm/cex-sb1.S
index 0e71580774ff..e54a62f2807c 100644
--- a/arch/mips/mm/cex-sb1.S
+++ b/arch/mips/mm/cex-sb1.S
@@ -64,7 +64,7 @@ LEAF(except_vec2_sb1)
sd k0,0x170($0)
sd k1,0x178($0)
-#if CONFIG_SB1_CEX_ALWAYS_FATAL
+#ifdef CONFIG_SB1_CEX_ALWAYS_FATAL
j handle_vec2_sb1
nop
#else