From: Chris Wright Everything is in place, enable the HIGHRES andf NO_HZ config options. Signed-off-by: Chris Wright Signed-off-by: Thomas Gleixner Cc: Ingo Molnar Cc: Andi Kleen Cc: john stultz Signed-off-by: Andrew Morton --- arch/x86_64/Kconfig | 2 ++ 1 files changed, 2 insertions(+) diff -puN arch/x86_64/Kconfig~x86_64-enable-high-resolution-timers-and-dynticks arch/x86_64/Kconfig --- a/arch/x86_64/Kconfig~x86_64-enable-high-resolution-timers-and-dynticks +++ a/arch/x86_64/Kconfig @@ -150,6 +150,8 @@ source "init/Kconfig" menu "Processor type and features" +source "kernel/time/Kconfig" + choice prompt "Subarchitecture Type" default X86_PC _