From: David S. Miller Date: Sat, 6 Dec 2008 06:18:40 +0000 (-0800) Subject: sparc: Always set AUDIT_ARCH, not just on sparc64. X-Git-Tag: v2.6.29-rc1~568^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e7e93a22851f7bf0cbb7cd70878ebd811e4a044;p=pandora-kernel.git 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 --- Reading git-diff-tree failed