Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2da83b90 authored by Christian Dietrich's avatar Christian Dietrich Committed by Kyle McMartin
Browse files

arch/parisc: Removing undead ifdef CONFIG_PA20



The CONFIG_PA20 ifdef isn't necessary at this point, because it is
checked in an outer ifdef level already and has no effect here.

Signed-off-by: default avatarChristian Dietrich <qy03fugy@stud.informatik.uni-erlangen.de>
Signed-off-by: default avatarKyle McMartin <kyle@redhat.com>
parent b1b1d4a6
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -619,15 +619,12 @@ void handle_unaligned(struct pt_regs *regs)
		flop=1;
		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)