aboutsummaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2004-04-21 23:34:32 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-04-21 23:34:32 -0700
commita23d373404446a925269e6146ddda703a694d6b8 (patch)
treede0c1c196605744b6c5f4fc6960312355e4447d3 /init
parentff15d3ec1ea31bb8196d3a85c41255e9a5b81267 (diff)
downloadhistory-a23d373404446a925269e6146ddda703a694d6b8.tar.gz
[PATCH] s390: core s390.
From: Martin Schwidefsky <schwidefsky@de.ibm.com> s390 core changes: - Fix race in do_call_softirq in regard to kernel preemption. - Fix typo in compat mq system call wrappers. - Add s390 to Kconfig for AUDITSYSCALL. - Redefine TASK_SIZE to TASK31_SIZE for compilation of binfmt_elf32. - Use correct error value for sys32_ipc when called with an invalid number. - New default configuration.
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 55261afdc3bfec..337feb1026ea09 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -149,7 +149,7 @@ config AUDIT
config AUDITSYSCALL
bool "Enable system-call auditing support"
- depends on AUDIT && (X86 || PPC64)
+ depends on AUDIT && (X86 || PPC64 || ARCH_S390)
default y if SECURITY_SELINUX
default n
help