Turn on BSD accounting for sparc, arm/rpc and arm/s3c2410 as per all other configs

svn path=/dists/trunk/linux-2.6/; revision=4170
This commit is contained in:
Simon Horman 2005-09-12 03:32:52 +00:00
parent 7c9a21b3fa
commit e4a5fd96fe
4 changed files with 1 additions and 7 deletions

View File

@ -1,6 +1,5 @@
CONFIG_FIQ=y
CONFIG_CLEAN_COMPILE=y
# CONFIG_BSD_PROCESS_ACCT is not set
# CONFIG_EMBEDDED is not set
# CONFIG_KALLSYMS_ALL is not set
CONFIG_MODULE_UNLOAD=y

View File

@ -240,7 +240,6 @@ CONFIG_TCG_NSC=m
# CONFIG_IP_ROUTE_MULTIPATH_CACHED is not set
# CONFIG_CLEAN_COMPILE is not set
CONFIG_BROKEN=y
# CONFIG_BSD_PROCESS_ACCT is not set
# CONFIG_EMBEDDED is not set
# CONFIG_KALLSYMS_ALL is not set
# CONFIG_MODULE_UNLOAD is not set

View File

@ -1,5 +1,4 @@
CONFIG_CLEAN_COMPILE=y
# CONFIG_BSD_PROCESS_ACCT is not set
# CONFIG_AUDIT is not set
CONFIG_KOBJECT_UEVENT=y
# CONFIG_IKCONFIG is not set

5
debian/changelog vendored
View File

@ -18,15 +18,12 @@ linux-2.6 (2.6.13-1) UNRELEASED; urgency=low
* Disable BSDv3 accounting on hppa and alpha, it was already
disabled on all other architectures. Also unify BSD accounting
config into top level config, rather than per flavour configs.
This shows that BSD accounting is available on all except
sparc and the rpc and s3c2410 flavours of arm.
I am not sure if that is intentional.
[ Jurij Smakov, Simon Horman ]
* Ensure that only one kernel-manual/linux-manual package can
be installed at a time to avoid file conflicts. (closes: #320042)
-- Simon Horman <horms@debian.org> Mon, 12 Sep 2005 11:22:08 +0900
-- Simon Horman <horms@debian.org> Mon, 12 Sep 2005 12:31:17 +0900
linux-2.6 (2.6.12-7) UNRELEASED; urgency=low