Messages in this thread Patch in this message |  | | | Date | Wed, 04 Oct 2006 17:31:52 -0000 | | From | Thomas Gleixner <> | | Subject | [patch 21/22] high-res timers, dynticks: enable i386 support |
| |
From: Ingo Molnar <mingo@elte.hu>
Enable high-res timers and dyntick on i386.
Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> arch/i386/Kconfig | 2 ++ 1 file changed, 2 insertions(+) Index: linux-2.6.18-mm3/arch/i386/Kconfig =================================================================== --- linux-2.6.18-mm3.orig/arch/i386/Kconfig 2006-10-04 18:13:57.000000000 +0200 +++ linux-2.6.18-mm3/arch/i386/Kconfig 2006-10-04 18:13:59.000000000 +0200 @@ -78,6 +78,8 @@ source "init/Kconfig" menu "Processor type and features" +source "kernel/time/Kconfig" + config SMP bool "Symmetric multi-processing support" ---help--- --
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |