Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/arch/sh5/sh5



Module Name:    src
Committed By:   scw
Date:           Sat Jan 29 11:25:13 UTC 2005

Modified Files:
        src/sys/arch/sh5/sh5: trap.c

Log Message:
When dealing with a pagefault, save pcb_onfault and set it to NULL until
after the pagefault has been dealt with. This ensures we DTRT if another
pagefault comes in (e.g. a NULL dereference) while dealing with the first.


To generate a diff of this commit:
cvs rdiff -r1.33 -r1.34 src/sys/arch/sh5/sh5/trap.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index