linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / arch / m32r / kernel / signal.c
index a9174ef..cb33097 100644 (file)
@@ -10,6 +10,7 @@
  *  2000-06-20  Pentium III FXSR, SSE support by Gareth Hughes
  */
 
+#include <linux/config.h>
 #include <linux/sched.h>
 #include <linux/mm.h>
 #include <linux/smp.h>
@@ -117,8 +118,6 @@ restore_sigcontext(struct pt_regs *regs, struct sigcontext __user *sc,
 #elif defined(CONFIG_ISA_M32R2) || defined(CONFIG_ISA_M32R)
        COPY(acch);
        COPY(accl);
-       COPY(dummy_acc1h);
-       COPY(dummy_acc1l);
 #else
 #error unknown isa configuration
 #endif
@@ -204,8 +203,6 @@ setup_sigcontext(struct sigcontext __user *sc, struct pt_regs *regs,
 #elif defined(CONFIG_ISA_M32R2) || defined(CONFIG_ISA_M32R)
        COPY(acch);
        COPY(accl);
-       COPY(dummy_acc1h);
-       COPY(dummy_acc1l);
 #else
 #error unknown isa configuration
 #endif