diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-04-17 00:19:18 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-04-17 00:19:18 +0000 |
commit | 7c8a43078f5761aaa260414fc17b65cb64e1904a (patch) | |
tree | 439c6c79e9805485bc29b68d6c66099d27c8e534 /target/linux | |
parent | 351a3502f547e7e2218e8eaf8a8f50218da05a48 (diff) |
disable CONFIG_NO_HZ by default (who enabled this?)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10849 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/generic-2.6/config-2.6.22 | 2 | ||||
-rw-r--r-- | target/linux/generic-2.6/config-2.6.23 | 2 | ||||
-rw-r--r-- | target/linux/generic-2.6/config-2.6.24 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/generic-2.6/config-2.6.22 b/target/linux/generic-2.6/config-2.6.22 index c91d1e338b..a09e0af881 100644 --- a/target/linux/generic-2.6/config-2.6.22 +++ b/target/linux/generic-2.6/config-2.6.22 @@ -908,7 +908,7 @@ CONFIG_NLS_KOI8_R=m # CONFIG_NLS_KOI8_U is not set CONFIG_NLS_UTF8=m CONFIG_NORTEL_HERMES=m -CONFIG_NO_HZ=y +# CONFIG_NO_HZ is not set # CONFIG_NS83820 is not set # CONFIG_NTFS_DEBUG is not set # CONFIG_NTFS_FS is not set diff --git a/target/linux/generic-2.6/config-2.6.23 b/target/linux/generic-2.6/config-2.6.23 index 3e755eb361..9ae5162bec 100644 --- a/target/linux/generic-2.6/config-2.6.23 +++ b/target/linux/generic-2.6/config-2.6.23 @@ -946,7 +946,7 @@ CONFIG_NLS_KOI8_R=m # CONFIG_NLS_KOI8_U is not set CONFIG_NLS_UTF8=m CONFIG_NORTEL_HERMES=m -CONFIG_NO_HZ=y +# CONFIG_NO_HZ is not set # CONFIG_NS83820 is not set # CONFIG_NTFS_DEBUG is not set # CONFIG_NTFS_FS is not set diff --git a/target/linux/generic-2.6/config-2.6.24 b/target/linux/generic-2.6/config-2.6.24 index efd5d62a94..544f8c9bd2 100644 --- a/target/linux/generic-2.6/config-2.6.24 +++ b/target/linux/generic-2.6/config-2.6.24 @@ -970,7 +970,7 @@ CONFIG_NLS_KOI8_R=m # CONFIG_NLS_KOI8_U is not set CONFIG_NLS_UTF8=m CONFIG_NORTEL_HERMES=m -CONFIG_NO_HZ=y +# CONFIG_NO_HZ is not set # CONFIG_NS83820 is not set # CONFIG_NTFS_DEBUG is not set # CONFIG_NTFS_FS is not set |