aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/Kconfig
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2008-12-06 01:18:40 -0500
committerDavid S. Miller <davem@davemloft.net>2008-12-06 01:18:40 -0500
commit7e7e93a22851f7bf0cbb7cd70878ebd811e4a044 (patch)
tree9c8e017dd19a9086b3d679362bea25d71dd895a2 /arch/sparc/Kconfig
parent6c6bd8b61d0c8ead18caaafb3490552565efbb64 (diff)
sparc: Always set AUDIT_ARCH, not just on sparc64.
Without fancy makefile rules it's not straightforward to prevent both arch/sparc/kernel/audit.o and lib/audit.o from both being used on sparc32. Since arch/sparc/kernel/audit.c is identical to lib/audit.c except some CONFIG_COMPAT protected sections of code, just use it on sparc32 too as that's the simplest way to fix this. Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/Kconfig')
-rw-r--r--arch/sparc/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig
index ecb5ff9f01fa..c8c7738f2a32 100644
--- a/arch/sparc/Kconfig
+++ b/arch/sparc/Kconfig
@@ -85,7 +85,7 @@ config HAVE_LATENCYTOP_SUPPORT
85 85
86config AUDIT_ARCH 86config AUDIT_ARCH
87 bool 87 bool
88 default y if SPARC64 88 default y
89 89
90config HAVE_SETUP_PER_CPU_AREA 90config HAVE_SETUP_PER_CPU_AREA
91 def_bool y if SPARC64 91 def_bool y if SPARC64