Re: [PATCH] i386: Selectable Frequency of the Timer Interrupt
From: Chris Wedgwood (cw_at_f00f.org)
Date: 07/08/05
- Previous message: randy_dunlap: "Re: [patch 2.6.12-rc3] modified firmware_class.c to add a new function request_firmware_nowait_nohotplug"
- Next in thread: Andrew Morton: "Re: [PATCH] i386: Selectable Frequency of the Timer Interrupt"
- Reply: Andrew Morton: "Re: [PATCH] i386: Selectable Frequency of the Timer Interrupt"
- Maybe reply: Alan Cox: "Re: [PATCH] i386: Selectable Frequency of the Timer Interrupt"
- Maybe reply: Chris Wedgwood: "Re: [PATCH] i386: Selectable Frequency of the Timer Interrupt"
- Maybe reply: Arjan van de Ven: "Re: [PATCH] i386: Selectable Frequency of the Timer Interrupt"
- Maybe reply: Linus Torvalds: "Re: [PATCH] i386: Selectable Frequency of the Timer Interrupt"
- Maybe reply: Vojtech Pavlik: "Re: [PATCH] i386: Selectable Frequency of the Timer Interrupt"
- Maybe reply: Andi Kleen: "Re: [PATCH] i386: Selectable Frequency of the Timer Interrupt"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 8 Jul 2005 14:49:08 -0700 To: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
On Thu, Jun 23, 2005 at 11:28:47AM -0700, Linux Kernel Mailing List wrote:
> [PATCH] i386: Selectable Frequency of the Timer Interrupt
[...]
> +choice
> + prompt "Timer frequency"
> + default HZ_250
WHAT?
The previous value here i386 is 1000 --- so why is the default 250.
Changing the *default* time interrupt frequency in a stable series is
*really* bad idea if you ask me.
Now that this has hit mainline please consider applying:
--- kernel/Kconfig.hz~ 2005-06-24 22:16:35.023986593 -0700
+++ kernel/Kconfig.hz 2005-07-08 14:46:35.428917597 -0700
@@ -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
-
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/
- Previous message: randy_dunlap: "Re: [patch 2.6.12-rc3] modified firmware_class.c to add a new function request_firmware_nowait_nohotplug"
- Next in thread: Andrew Morton: "Re: [PATCH] i386: Selectable Frequency of the Timer Interrupt"
- Reply: Andrew Morton: "Re: [PATCH] i386: Selectable Frequency of the Timer Interrupt"
- Maybe reply: Alan Cox: "Re: [PATCH] i386: Selectable Frequency of the Timer Interrupt"
- Maybe reply: Chris Wedgwood: "Re: [PATCH] i386: Selectable Frequency of the Timer Interrupt"
- Maybe reply: Arjan van de Ven: "Re: [PATCH] i386: Selectable Frequency of the Timer Interrupt"
- Maybe reply: Linus Torvalds: "Re: [PATCH] i386: Selectable Frequency of the Timer Interrupt"
- Maybe reply: Vojtech Pavlik: "Re: [PATCH] i386: Selectable Frequency of the Timer Interrupt"
- Maybe reply: Andi Kleen: "Re: [PATCH] i386: Selectable Frequency of the Timer Interrupt"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|