linux/arch/powerpc
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
..
configs [PATCH] ppc64: Update g5_defconfig for ARCH=powerpc 2005-11-08 11:17:50 +11:00
kernel powerpc: Initialize secondary CPU setup for 32-bit SMP 2005-11-11 22:34:43 +11:00
lib powerpc: Fix find_next_bit on 32-bit 2005-11-10 12:01:41 +11:00
mm [PATCH] powerpc: Merge vdso's and add vdso support to 32 bits kernel 2005-11-11 22:25:39 +11:00
oprofile [PATCH] powerpc: Merge vdso's and add vdso support to 32 bits kernel 2005-11-11 22:25:39 +11:00
platforms [PATCH] ppc64: Remove debug boot message 2005-11-11 22:20:04 +11:00
sysdev [PATCH] powerpc: 64k pages vs. U3 iommu 2005-11-10 15:03:37 +11:00
xmon powerpc: Fix reading and writing SPRs from xmon on 32-bit 2005-11-11 22:36:34 +11:00
Kconfig [PATCH] ppc64: Convert NUMA to sparsemem (3) 2005-11-11 22:21:11 +11:00
Kconfig.debug [PATCH] Move Kprobes and Oprofile to "Instrumentation Support" menu 2005-11-07 07:53:35 -08:00
Makefile powerpc: Set entry point and text address in linker script 2005-11-03 16:03:06 +11:00