
http://bugzilla.novell.com/show_bug.cgi?id=507952 User jeffm@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=507952#c5 Jeff Mahoney <jeffm@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P3 - Medium CC| |jeffm@novell.com AssignedTo|kernel-maintainers@forge.pr |rjw@novell.com |ovo.novell.com | --- Comment #5 from Jeff Mahoney <jeffm@novell.com> 2009-08-31 13:33:49 MDT --- PANIC: early exception 0e rip 10:ffffffff8021c3ae error 0 cr2 ffffffffff5fc0f0 Translates to an early page fault at 0xffffffff8021c3ae. This seems like low-level x86 magic, so I'll assign to Rafael. 0xffffffff8021c3ae is in native_apic_mem_read (include/asm/apic.h:74). warning: Source file is more recent than executable. 69 ASM_OUTPUT2("0" (v), "m" (*addr))); 70 } 71 72 static inline u32 native_apic_mem_read(u32 reg) 73 { 74 return *((volatile u32 *)(APIC_BASE + reg)); 75 } 76 77 static inline void native_apic_msr_write(u32 reg, u32 v) 78 { -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.