Re: [PATCH] i386: Selectable Frequency of the Timer Interrupt.

From: Andi Kleen
Date: Mon May 16 2005 - 22:42:14 EST


> choice
> prompt "Timer frequency"
> default HZ_250
>
> config HZ_100
> bool "100 Hz"
>
> confic HZ_250
> bool "250 Hz"
>
> config HZ_1000
> bool "1000 Hz"

I would add a

config HZ_10 if EMBEDDED
bool "10 Hz"

that is useful for compute servers (although it will violate the TCP
specification). EMBEDDED would ensure only people who know what they're
doing set it.

-Andi

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/