Re: [PATCH] Work around for periodic do_gettimeofday hang
From: Roman Zippel
Date:  Fri Nov 26 2004 - 21:38:06 EST
Hi,
On Thu, 24 Nov 2004, James Bottomley wrote:
> +config X86_HZ
> +       int "Clock Tick Rate"
> +       default 1000 if !(M386 || M486 || M586 || M586TSC || M586MMX)	
> +       default 100 if (M386 || M486 || M586 || M586TSC || M586MMX)	
You don't have to duplicate the conditions, kconfig takes the first match.
bye, Roman
-
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/