Re: SMC SYS-5018A-FTN4 lapic weirdness (9front)
Lyndon Nerenberg <[email protected]>
| Newsgroups | gmane.os.plan9.general |
|---|---|
| Message-ID | <[email protected]> |
[email protected] writes: > bit 7 is "illegal register access". try to print the pc from the ureg > passed to the first argument in lapicerror() in /sys/src/9/pc/apic.c. A quick printf hack says ureg->pc = 0xffffffff801103b3 mostly (>99.9%), but a few other oddballs are: cpu0 0x2400c8 cpu0 0x226df6 cpu0 0xffffffff80208b1c cpu0 0xffffffff802083f9 etc. During boot I see complaints from cpu1, but once the machine is fully booted only cpu0 spits messages. This is from a generic Dick Tracy amd64 kernel, with a U->pc printf added to lapicerror(). --lyndon