MIPS: O32/32-bit: Fix bug which can cause incorrect system call restarts
[sfrench/cifs-2.6.git] / arch / mips / include / asm / ptrace.h
index 7e6e682aece35b1d6d752c4a0fbdd278a55c75a2..c301fa9b139f487575555b90775f10eda9a83cfe 100644 (file)
@@ -23,7 +23,7 @@
 struct pt_regs {
 #ifdef CONFIG_32BIT
        /* Pad bytes for argument save space on the stack. */
-       unsigned long pad0[6];
+       unsigned long pad0[8];
 #endif
 
        /* Saved main processor registers. */