On Thursday 18 December 2003 2:37 am, Yu, Luming wrote: > 3.Unable to handle kernel NULL pointer dereferencehwclock[43]: Oops 8804682956800 > Pid: 43, CPU 2, comm: hwclock This was caused by a screwed up EFI RTC patch. I sent Marcelo a fix yesterday, and he applied it. Here's the patch, in case you're interested: ===== drivers/char/efirtc.c 1.6 vs edited ===== --- 1.6/drivers/char/efirtc.c Fri Oct 24 04:35:10 2003 +++ edited/drivers/char/efirtc.c Wed Dec 17 14:33:08 2003 @@ -118,7 +118,7 @@ static void convert_from_efi_time(efi_time_t *eft, struct rtc_time *wtime) { - memset(&wtime, 0, sizeof(struct rtc_time)); + memset(wtime, 0, sizeof(struct rtc_time)); wtime->tm_sec = eft->second; wtime->tm_min = eft->minute; wtime->tm_hour = eft->hour; - To unsubscribe from this list: send the line "unsubscribe linux-ia64" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Thu Dec 18 14:36:11 2003
This archive was generated by hypermail 2.1.8 : 2005-08-02 09:20:21 EST