Hi Daniel,

Daniel Kahn Gillmor wrote:

> Booting it with 3.2.4-1, i see this info instead:
>
> [    1.503620] rtc_cmos 00:03: RTC can wake from S4
> [    1.503887] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
> [    1.503980] rtc_cmos 00:03: only 24-hr supported

Weird.  Reproducible?  Does Linus's "master" behave the same way?
Can you bisect?

This is from

        rtc_control = CMOS_READ(RTC_CONTROL);
[...]
        if (is_valid_irq(rtc_irq) && !(rtc_control & RTC_24H)) {
                dev_warn(dev, "only 24-hr supported\n");

CMOS_READ() is declared in arch/x86/include/asm/mc146818rtc.h and
defined in arch/x86/kernel/rtc.c.  None of this code has changed
recently.

Puzzled,
Jonathan



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/20120215230002.GA28433@burratino

Reply via email to