diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-10-25 16:18:36 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-10-25 16:18:36 +0000 |
commit | 0a7950b452f36793d784911a064f73411736af5d (patch) | |
tree | e46fe66925132955495c26430320e08028128fd9 /target/linux/octeon | |
parent | e28adb381c841e261f7201f68ad287dc12c8bad5 (diff) | |
download | master-187ad058-0a7950b452f36793d784911a064f73411736af5d.tar.gz master-187ad058-0a7950b452f36793d784911a064f73411736af5d.tar.bz2 master-187ad058-0a7950b452f36793d784911a064f73411736af5d.zip |
target: globally disable BSD process accounting
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28584 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/octeon')
-rw-r--r-- | target/linux/octeon/config-2.6.30 | 1 | ||||
-rw-r--r-- | target/linux/octeon/config-default | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/octeon/config-2.6.30 b/target/linux/octeon/config-2.6.30 index 59d1375bdd..1a4bb4d4ed 100644 --- a/target/linux/octeon/config-2.6.30 +++ b/target/linux/octeon/config-2.6.30 @@ -26,7 +26,6 @@ CONFIG_BOOTPARAM_HUNG_TASK_PANIC_VALUE=0 # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 # CONFIG_BOOT_PRINTK_DELAY is not set -CONFIG_BSD_PROCESS_ACCT_V3=y # CONFIG_CAVIUM_OCTEON_2ND_KERNEL is not set CONFIG_CAVIUM_OCTEON_CVMSEG_SIZE=2 CONFIG_CAVIUM_OCTEON_HW_FIX_UNALIGNED=y diff --git a/target/linux/octeon/config-default b/target/linux/octeon/config-default index 1393a64df2..ef21736ded 100644 --- a/target/linux/octeon/config-default +++ b/target/linux/octeon/config-default @@ -22,7 +22,6 @@ CONFIG_BLOCK_COMPAT=y CONFIG_BOOTPARAM_HUNG_TASK_PANIC_VALUE=0 # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 -CONFIG_BSD_PROCESS_ACCT_V3=y # CONFIG_CAVIUM_CN63XXP1 is not set # CONFIG_CAVIUM_OCTEON_2ND_KERNEL is not set CONFIG_CAVIUM_OCTEON_CVMSEG_SIZE=2 |