[V2 PATCH 0/3] powerpc: Fix Little Endian Bugs in Single Step Code

2013-10-31 Thread Tom
From: Tom Musta This patch series addresses bugs in the PowerPC single-step emulation code (arch/powerpc/lib/sstep.c) pertaining to Little Endian. The existing code has a chicken switch for little endian. The first patch softens the restriction so that only cross-endian modes are not supported.

[PATCH 0/3] powerpc: Fix Little Endian Bugs in Single Step Code

2013-10-18 Thread Tom Musta
This patch series addresses bugs in the PowerPC single-step emulation code (arch/powerpc/lib/sstep.c) pertaining to Little Endian. The existing code has a chicken switch for little endian. The first patch softens the restriction so that only cross-endian modes are not supported. There is a gener