On Fri, 2006-12-15 at 23:37 +0100, Robert Schwebel wrote:
> plain text document attachment
> (high-res-timers-dynticks-enable-arm-support.patch)
> From: Luotao Fu <[EMAIL PROTECTED]>
>
> Turns hrt config options on for arm. It does this unconditionally
> so it currently breaks platforms that don't support a clocksource.
>
> Signed-off-by: Luotao Fu <[EMAIL PROTECTED]>
>
> Index: arch/arm/Kconfig
> ===================================================================
> --- arch/arm/Kconfig.orig
> +++ arch/arm/Kconfig
> @@ -21,6 +21,11 @@ config GENERIC_TIME
> bool
> default n
>
> +config GENERIC_CLOCKEVENTS
> + bool
> + default y
No. This has to be default n like GENERIC_TIME above and selected by the
architecture, which has support for it. I fix that up.
tglx
-
To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html