rsh
Scott Holbrook
rsh@puffin.external.hp.com
Wed, 13 Oct 1999 20:45:38 -0600 (MDT)
Update of /home/cvs/parisc/linux/arch/parisc/mm
In directory puffin.external.hp.com:/tmp/cvs-serv28077/arch/parisc/mm
Modified Files:
fault.c
Log Message:
Added parisc_acctyp() function that determines if the faulting memory
access instruction was trying to read from or write to memory. We do
this by decoding the IIR (interruption instruction register), which
contains a copy of the instruction that caused the fault. Specifically:
include/asm-parisc/ptrace.h --
Added "iir" field to pt_regs structure.
include/asm-parisc/assembly.h --
Added code to save IIR in the pt_regs structure to the macro save_specials
arch/parisc/tools/offset.c --
Added code to generate offsets for PT_IIR and TASK_PT_IIR
arch/parisc/mm/fault.c --
Added parisc_acctyp() function. Modified