Re: [PATCH] Work around for periodic do_gettimeofday hang

From: Andrew Morton
Date: Wed Nov 24 2004 - 23:51:59 EST


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).

Silly question: how come do_gettimeofday() is hanging?
-
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/