commit | e65e1fc2d24b09c496af76e9c5253ac30b300a89 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Tue Sep 12 03:04:40 2006 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Sep 12 03:04:40 2006 -0400 |
tree | b8f88773afd81ab97d5e6b79fc307523bf6b3430 | |
parent | 05ff0e291af086f4325bac76abad250690bbbd63 [diff] [blame] |
[PATCH] syscall class hookup for all normal targets Take default arch/*/kernel/audit.c to lib/, have those with special needs (== biarch) define AUDIT_ARCH in their Kconfig. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig index ae071a1..2f4f70c 100644 --- a/arch/s390/Kconfig +++ b/arch/s390/Kconfig
@@ -118,6 +118,10 @@ depends on COMPAT && SYSVIPC default y +config AUDIT_ARCH + bool + default y + comment "Code generation options" choice