This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / include / asm-sparc64 / signal.h
index 6428e36..de2bb39 100644 (file)
@@ -6,7 +6,6 @@
 
 #ifdef __KERNEL__
 #ifndef __ASSEMBLY__
-#include <linux/config.h>
 #include <linux/personality.h>
 #include <linux/types.h>
 #include <linux/compat.h>
@@ -209,15 +208,12 @@ struct __new_sigaction {
 };
 
 #ifdef __KERNEL__
-
-#ifdef CONFIG_COMPAT
 struct __new_sigaction32 {
        unsigned                sa_handler;
        unsigned int            sa_flags;
        unsigned                sa_restorer;     /* not used by Linux/SPARC yet */
        compat_sigset_t         sa_mask;
 };
-#endif
 
 struct k_sigaction {
        struct __new_sigaction  sa;
@@ -233,8 +229,6 @@ struct __old_sigaction {
 };
 
 #ifdef __KERNEL__
-
-#ifdef CONFIG_COMPAT
 struct __old_sigaction32 {
        unsigned                sa_handler;
        compat_old_sigset_t     sa_mask;
@@ -243,8 +237,6 @@ struct __old_sigaction32 {
 };
 #endif
 
-#endif
-
 typedef struct sigaltstack {
        void                    __user *ss_sp;
        int                     ss_flags;
@@ -252,14 +244,11 @@ typedef struct sigaltstack {
 } stack_t;
 
 #ifdef __KERNEL__
-
-#ifdef CONFIG_COMPAT
 typedef struct sigaltstack32 {
        u32                     ss_sp;
        int                     ss_flags;
        compat_size_t           ss_size;
 } stack_t32;
-#endif
 
 struct signal_deliver_cookie {
        int restart_syscall;