Re: [PATCH] Work around for periodic do_gettimeofday hang

From: Arjan van de Ven
Date: Thu Nov 25 2004 - 04:29:28 EST


On Wed, 2004-11-24 at 20:33 -0800, Andrew Morton wrote:
> James Bottomley <James.Bottomley@xxxxxxxxxxxx> wrote:
> >
> > +config X86_HZ
> > + int "Clock Tick Rate"
> > + default 1000 if !(M386 || M486 || M586 || M586TSC || M586MMX)
> > + default 100 if (M386 || M486 || M586 || M586TSC || M586MMX)
> > + help
> > + Select the kernel clock tick rate in interrupts per second.
> > + Slower processors should choose 100; everything else 1000.
>
> I guess we don't need the help, given that it's not a menuisable option.
> (There was a make-HZ-selectable patch once, and Linus spat it out).

I'd rather have it as menu-visible option, but I can see how arbitrary
HZ gets spat out. How about a radio-button like thing with "100" and
"1000" in it.

HZ=1000 costs you 1% HPC performance, and for slower machines probably more. Also some hw (with slow smm) really doesn't likeit.

-
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/