]> git.baikalelectronics.ru Git - kernel.git/commit
sparc: Always set AUDIT_ARCH, not just on sparc64.
authorDavid S. Miller <davem@davemloft.net>
Sat, 6 Dec 2008 06:18:40 +0000 (22:18 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 6 Dec 2008 06:18:40 +0000 (22:18 -0800)
commit648d7360e987be9c3bc7ce848a37c85ef9281ea5
tree9c8e017dd19a9086b3d679362bea25d71dd895a2
parent0d78cce4c5c340684ee1274362e179283c807c8f
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>
arch/sparc/Kconfig