Преглед на файлове

remove stuff that doesn't belong in powerpc 32-bit sigcontext

these fields were wrongly copied from the kernel's ppc64 struct def
Rich Felker преди 12 години
родител
ревизия
b0756d88a0
променени са 1 файла, в които са добавени 0 реда и са изтрити 4 реда
  1. 0 4
      arch/powerpc/bits/signal.h

+ 0 - 4
arch/powerpc/bits/signal.h

@@ -25,10 +25,6 @@ struct sigcontext
 	unsigned long handler;
 	unsigned long oldmask;
 	void *regs;
-	gregset_t gp_regs;
-	fpregset_t fp_regs;
-	vrregset_t *v_regs;
-	long vmx_reserve[33+33+32+1]; /* 33=34 for ppc64 */
 };
 
 typedef struct {