Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 03/06/2001 23:58:23
Module Name: syssrc
Committed By: thorpej
Date: Tue Mar 6 21:58:23 UTC 2001
Modified Files:
syssrc/sys/arch/sh3/sh3: trap.c
Log Message:
Clean up TLB trap handling a little.
- When printing a user trap, include p->p_comm in the message.
- In the TLB fault handler, don't just go charging along if
the fault can't be handled. If we get a fatal kernel TLB
fault, we need to panic! Or, if DDB is enabled, call the
Debugger().
To generate a diff of this commit:
cvs rdiff -r1.21 -r1.22 syssrc/sys/arch/sh3/sh3/trap.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.