linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / include / asm-m32r / sigcontext.h
index 73025c0..c233e2d 100644 (file)
@@ -3,6 +3,7 @@
 
 /* $Id$ */
 
+#include <linux/config.h>
 
 struct sigcontext {
        /* CPU registers */
@@ -31,8 +32,6 @@ struct sigcontext {
 #elif defined(CONFIG_ISA_M32R2) || defined(CONFIG_ISA_M32R)
        unsigned long sc_acch;
        unsigned long sc_accl;
-       unsigned long sc_dummy_acc1h;
-       unsigned long sc_dummy_acc1l;
 #else
 #error unknown isa configuration
 #endif