From 67338c51233b227c78550d90cf11064ad6bf18da Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Thu, 20 Oct 2016 15:35:42 +1100 Subject: [PATCH 63/80] hz-default_1000.patch --- kernel/Kconfig.hz | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/Kconfig.hz b/kernel/Kconfig.hz index b7926d8..0e8075b 100644 --- a/kernel/Kconfig.hz +++ b/kernel/Kconfig.hz @@ -4,7 +4,7 @@ choice prompt "Timer frequency" - default HZ_250 + default HZ_1000 help Allows the configuration of the timer frequency. It is customary to have the timer interrupt run at 1000 Hz but 100 Hz may be more -- 2.7.4