diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-11-25 23:12:10 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-02-14 09:21:15 -0500 |
commit | d64008a8f30e0b381b292788ec6f3ee509b3bb40 (patch) | |
tree | 176340cd7acbaf715abe91645b553db46f18b679 /arch/s390 | |
parent | e9b04b5b67ec628a5e9a312e14b6864f8f73ba12 (diff) |
burying unused conditionals
__ARCH_WANT_SYS_RT_SIGACTION,
__ARCH_WANT_SYS_RT_SIGSUSPEND,
__ARCH_WANT_COMPAT_SYS_RT_SIGSUSPEND,
__ARCH_WANT_COMPAT_SYS_SCHED_RR_GET_INTERVAL - not used anymore
CONFIG_GENERIC_{SIGALTSTACK,COMPAT_RT_SIG{ACTION,QUEUEINFO,PENDING,PROCMASK}} -
can be assumed always set.
Diffstat (limited to 'arch/s390')
-rw-r--r-- | arch/s390/Kconfig | 5 | ||||
-rw-r--r-- | arch/s390/include/asm/unistd.h | 3 |
2 files changed, 0 insertions, 8 deletions
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig index bcdcf31fa672..ec12a3582ae9 100644 --- a/arch/s390/Kconfig +++ b/arch/s390/Kconfig | |||
@@ -140,11 +140,6 @@ config S390 | |||
140 | select HAVE_MOD_ARCH_SPECIFIC | 140 | select HAVE_MOD_ARCH_SPECIFIC |
141 | select MODULES_USE_ELF_RELA | 141 | select MODULES_USE_ELF_RELA |
142 | select CLONE_BACKWARDS2 | 142 | select CLONE_BACKWARDS2 |
143 | select GENERIC_SIGALTSTACK | ||
144 | select GENERIC_COMPAT_RT_SIGACTION | ||
145 | select GENERIC_COMPAT_RT_SIGQUEUEINFO | ||
146 | select GENERIC_COMPAT_RT_SIGPROCMASK | ||
147 | select GENERIC_COMPAT_RT_SIGPENDING | ||
148 | select OLD_SIGSUSPEND3 | 143 | select OLD_SIGSUSPEND3 |
149 | select OLD_SIGACTION | 144 | select OLD_SIGACTION |
150 | 145 | ||
diff --git a/arch/s390/include/asm/unistd.h b/arch/s390/include/asm/unistd.h index 636530872516..a6667a952969 100644 --- a/arch/s390/include/asm/unistd.h +++ b/arch/s390/include/asm/unistd.h | |||
@@ -43,15 +43,12 @@ | |||
43 | #define __ARCH_WANT_SYS_OLDUMOUNT | 43 | #define __ARCH_WANT_SYS_OLDUMOUNT |
44 | #define __ARCH_WANT_SYS_SIGPENDING | 44 | #define __ARCH_WANT_SYS_SIGPENDING |
45 | #define __ARCH_WANT_SYS_SIGPROCMASK | 45 | #define __ARCH_WANT_SYS_SIGPROCMASK |
46 | #define __ARCH_WANT_SYS_RT_SIGACTION | ||
47 | #define __ARCH_WANT_SYS_RT_SIGSUSPEND | ||
48 | # ifndef CONFIG_64BIT | 46 | # ifndef CONFIG_64BIT |
49 | # define __ARCH_WANT_STAT64 | 47 | # define __ARCH_WANT_STAT64 |
50 | # define __ARCH_WANT_SYS_TIME | 48 | # define __ARCH_WANT_SYS_TIME |
51 | # endif | 49 | # endif |
52 | # ifdef CONFIG_COMPAT | 50 | # ifdef CONFIG_COMPAT |
53 | # define __ARCH_WANT_COMPAT_SYS_TIME | 51 | # define __ARCH_WANT_COMPAT_SYS_TIME |
54 | # define __ARCH_WANT_COMPAT_SYS_RT_SIGSUSPEND | ||
55 | # endif | 52 | # endif |
56 | #define __ARCH_WANT_SYS_FORK | 53 | #define __ARCH_WANT_SYS_FORK |
57 | #define __ARCH_WANT_SYS_VFORK | 54 | #define __ARCH_WANT_SYS_VFORK |