[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <200811031506.42247.david-b@pacbell.net>
Date: Mon, 3 Nov 2008 16:06:41 -0700
From: David Brownell <david-b@...bell.net>
To: Frans Pop <elendil@...net.nl>
Cc: linux-kernel@...r.kernel.org,
Dominik Brodowski <linux@...inikbrodowski.net>,
Andrew Morton <akpm@...ux-foundation.org>
Subject: Re: [PATCH] rtc-cmos: Fix boot log message
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists