[arm] Disable OABI_COMPAT and enable AUDITSYSCALL (except for armel/{ixp4xx,orion5x}) (Closes: #728975, #736843)

svn path=/dists/trunk/linux/; revision=21001
This commit is contained in:
Ben Hutchings 2014-01-27 15:27:35 +00:00
parent e26394fab0
commit df5dd324d0
3 changed files with 3 additions and 7 deletions

2
debian/changelog vendored
View File

@ -1,6 +1,8 @@
linux (3.13-1~exp2) UNRELEASED; urgency=low
* [x86] Enable POWERCAP, INTEL_RAPL as module (Closes: #736399)
* [arm] Disable OABI_COMPAT and enable AUDITSYSCALL (except for
armel/{ixp4xx,orion5x}) (Closes: #728975, #736843)
-- Ben Hutchings <ben@decadent.org.uk> Thu, 23 Jan 2014 15:05:08 +0000

View File

@ -3,7 +3,7 @@
##
CONFIG_MMU=y
CONFIG_AEABI=y
CONFIG_OABI_COMPAT=y
# CONFIG_OABI_COMPAT is not set
##
## file: arch/arm/Kconfig.debug

View File

@ -3,12 +3,6 @@
##
# CONFIG_KPROBES is not set
##
## file: arch/arm/Kconfig
##
#. This also disables FP emulation, which saves over 20K
# CONFIG_OABI_COMPAT is not set
##
## file: crypto/Kconfig
##