Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[MIPS] Sibyte: #if CONFIG_* doesn't fly. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

+1 -1
+1 -1
arch/mips/mm/cex-sb1.S
··· 64 64 sd k0,0x170($0) 65 65 sd k1,0x178($0) 66 66 67 - #if CONFIG_SB1_CEX_ALWAYS_FATAL 67 + #ifdef CONFIG_SB1_CEX_ALWAYS_FATAL 68 68 j handle_vec2_sb1 69 69 nop 70 70 #else