patch-2.4.27 linux-2.4.27/include/asm-ppc64/ptrace.h

Next file: linux-2.4.27/include/asm-sh64/cayman.h
Previous file: linux-2.4.27/include/asm-m68k/motorola_pgalloc.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.26/include/asm-ppc64/ptrace.h linux-2.4.27/include/asm-ppc64/ptrace.h
@@ -130,7 +130,7 @@
 /* Kernel and userspace will both use this PT_FPSCR value.  32-bit apps will have
  * visibility to the asm-ppc/ptrace.h header instead of this one.
  */
-#define PT_FPSCR (PT_FPR0 + 32 + 1)	  /* each FP reg occupies 1 slot in 64-bit space */
+#define PT_FPSCR (PT_FPR0 + 32)	  /* each FP reg occupies 1 slot in 64-bit space */
 
 #ifdef __KERNEL__
 #define PT_FPSCR32 (PT_FPR0 + 2*32 + 1)	  /* each FP reg occupies 2 32-bit userspace slots */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)