Re: do_page_fault
Kyle McMartin <[email protected]>
| Newsgroups | gmane.linux.ports.hppa |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Apr 24, 2007 at 10:35:12PM -0400, Carlos O'Donell wrote: > On 4/24/07, Kyle McMartin <[email protected]> wrote: > >On Tue, Apr 24, 2007 at 08:50:35AM -0400, Kyle McMartin wrote: > >> > do_page_fault() pid=21916 command='gij-4.1.bin' type=15 > >address=0x00000004 > > > >'type' here is analogous to 'code' in arch/parisc/kernel/traps.c and > >can be decoded using the switch of doom in traps.c > > ... or the manual of doom "PA-RISC 2.0 ARCHITECTURE" section 5-1 > Interrupt Classes, Group 1-4, interrupts 1-25? > Sure. I just find grep '<code>:' arch/parisc/kernel/traps.c easier than navigating a pdf.