From dd30a7e48253eb71eadf4b63390585172a242479 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E9=BB=84=E6=B6=9B?= Date: Mon, 14 Jun 2010 08:31:29 +0000 Subject: [PATCH] enable NO_HZ, HIGH_RES_TIMERS --- .config | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.config b/.config index 7c2610e04ed3..1faba049b3f3 100644 --- a/.config +++ b/.config @@ -231,8 +231,9 @@ CONFIG_COMMON_CLKDEV=y # # Kernel Features # -# CONFIG_NO_HZ is not set -# CONFIG_HIGH_RES_TIMERS is not set +CONFIG_TICK_ONESHOT=y +CONFIG_NO_HZ=y +CONFIG_HIGH_RES_TIMERS=y CONFIG_GENERIC_CLOCKEVENTS_BUILD=y CONFIG_VMSPLIT_3G=y # CONFIG_VMSPLIT_2G is not set -- 2.34.1