Home
last modified time | relevance | path

Searched hist:"4288 e343fb63cd74b35bf68c5d83551f867dba56" (Results 1 – 1 of 1) sorted by relevance

/linux/arch/powerpc/kernel/
H A Dtraps.cdiff 4288e343fb63cd74b35bf68c5d83551f867dba56 Tue Aug 06 18:01:47 CEST 2013 Anton Blanchard <anton@samba.org> powerpc: Emulate instructions in little endian mode

Alistair noticed we got a SIGILL on userspace mfpvr instructions.

Remove the little endian check in the emulation code, it is
probably there to protect against the old pseudo little endian
implementations but doesn't make sense for real little endian.

Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>