Re: Debugging 64-bit kernel crashes involving
James Bottomley <[email protected]>
| Newsgroups | gmane.linux.ports.hppa |
|---|---|
| Message-ID | <[email protected]> |
On Fri, 2007-02-23 at 19:39 -0500, John David Anglin wrote: > Just wondering why a protection id trap causes the system to eat > sparcs... Because we're in the kernel ... that's what the die_if_kernel() does. > Is this a combined TLB issue? It's clearly an Access ID mismatch ... but why I don't know; it's either the TLB access ID or %cr8, which is what I asked Carlos to debug. James