android_kernel_samsung_msm8976/arch/powerpc/xmon
Paul Mackerras 548ccebc2a powerpc: Fix reading and writing SPRs from xmon on 32-bit
When we created the instructions to read/write SPRs in xmon, we were
setting up a ppc64-style procedure descriptor and calling that, which
doesn't work in 32-bit.  For 32-bit a function pointer just points
to the instructions of the function.  This fixes it to do the right
thing for both 32-bit and 64-bit.

Signed-off-by: Paul Mackerras <paulus@samba.org>
2005-11-11 22:36:34 +11:00
..
ansidecl.h powerpc: Merge xmon 2005-10-28 22:53:37 +10:00
Makefile powerpc: Simplify and clean up the xmon terminal I/O 2005-11-08 22:55:08 +11:00
nonstdio.c powerpc: Simplify and clean up the xmon terminal I/O 2005-11-08 22:55:08 +11:00
nonstdio.h powerpc: Simplify and clean up the xmon terminal I/O 2005-11-08 22:55:08 +11:00
ppc-dis.c powerpc: Merge xmon 2005-10-28 22:53:37 +10:00
ppc-opc.c powerpc: Merge xmon 2005-10-28 22:53:37 +10:00
ppc.h powerpc: Merge xmon 2005-10-28 22:53:37 +10:00
setjmp.S [PATCH] powerpc: Consolidate asm compatibility macros 2005-11-10 13:10:38 +11:00
start_8xx.c powerpc: Simplify and clean up the xmon terminal I/O 2005-11-08 22:55:08 +11:00
start_32.c powerpc: Simplify and clean up the xmon terminal I/O 2005-11-08 22:55:08 +11:00
start_64.c powerpc: Simplify and clean up the xmon terminal I/O 2005-11-08 22:55:08 +11:00
xmon.c powerpc: Fix reading and writing SPRs from xmon on 32-bit 2005-11-11 22:36:34 +11:00