Prev: [PATCH 12/13] drivers/usb/musb: removing redundant ifdefs
Next: parisc: removing redundant ifdef
From: Jiri Olsa on 6 May 2010 13:50 wbr, jirka Signed-off-by: Jiri Olsa <jolsa(a)redhat.com> --- arch/parisc/kernel/unaligned.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/arch/parisc/kernel/unaligned.c b/arch/parisc/kernel/unaligned.c index 92d977b..6ea7a0d 100644 --- a/arch/parisc/kernel/unaligned.c +++ b/arch/parisc/kernel/unaligned.c @@ -620,14 +620,12 @@ void handle_unaligned(struct pt_regs *regs) ret = emulate_std(regs, R2(regs->iir),1); break; -#ifdef CONFIG_PA20 case OPCODE_LDD_L: ret = emulate_ldd(regs, R2(regs->iir),0); break; case OPCODE_STD_L: ret = emulate_std(regs, R2(regs->iir),0); break; -#endif } #endif switch (regs->iir & OPCODE3_MASK) -- 1.6.6.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|
Pages: 1 Prev: [PATCH 12/13] drivers/usb/musb: removing redundant ifdefs Next: parisc: removing redundant ifdef |