pm_trace displays the wrong time from the RTC
- From: Chuck Ebbert <cebbert@xxxxxxxxxx>
- Date: Tue, 31 Jul 2007 17:20:10 -0400
When resuming, systems print this when booted on 07/31/07:
Date: 06/31/107
/drivers/base/power/trace.c::read_magic_time():
114 get_rtc_time(&time);
115 printk("Time: %2d:%02d:%02d Date: %02d/%02d/%02d\n",
116 time.tm_hour, time.tm_min, time.tm_sec,
117 time.tm_mon, time.tm_mday, time.tm_year);
include/asm-generic/rtc.h:
102 /*
103 * Account for differences between how the RTC uses the values
104 * and how they are defined in a struct rtc_time;
105 */
106 if (time->tm_year <= 69)
107 time->tm_year += 100;
108
109 time->tm_mon--;
-
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/
- Follow-Ups:
- Re: pm_trace displays the wrong time from the RTC
- From: Randy Dunlap
- Re: pm_trace displays the wrong time from the RTC
- Prev by Date: Re: [PATCH 41] drivers/net/irda/irda-usb.c: mostly kmalloc + memset conversion to k[cz]alloc
- Next by Date: [PATCH 53] Documentation/DocBook/mtdnand.tmpl: kmalloc + memset conversion to kzalloc
- Previous by thread: [BUG] ISIC + 2.6.22 (via-rhine)
- Next by thread: Re: pm_trace displays the wrong time from the RTC
- Index(es):
Relevant Pages
|