Re: [PATCH] rtc-cmos: Fix boot log message

From: David Brownell
Date: Mon Nov 03 2008 - 18:06:54 EST


On Monday 03 November 2008, Frans Pop wrote:
> Alternative would be to change the following line at 808:
>                         is_hpet_enabled() ? ", hpet irqs" : "");
> to:
>                         is_hpet_enabled() ? "hpet" : "<sensible value>");

The intent was "hpet irqs" vs "native IRQs" (typical PC options)
vs "no irqs" (e.g. on SPARCs).

I think fixes got trashed when the patch queue got corrupted
by some queue-jumping ... see the patch in

http://bugzilla.kernel.org/show_bug.cgi?id=11153

which was broken by a474aaedac99ba86e28ef6c912a7647c482db6dd,
and has appropriately sane messaging.

- Dave



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