Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 06/23/1997 21:50:06
thorpej
Mon Jun 23 14:40:20 PDT 1997
Update of /cvsroot/src/distrib/x68k/floppies/inst-common
In directory netbsd1:/var/slash-tmp/cvs-serv18508

Modified Files:
	Makefile.inc 
Log Message:
Update for change to vnconfig(8).


mhitch
Mon Jun 23 14:45:15 PDT 1997
Update of /cvsroot/src/sys/arch/mips/mips
In directory netbsd1:/var/slash-tmp/cvs-serv19434

Modified Files:
	locore_r2000.S locore_r4000.S 
Log Message:
Remove an incorrect store of the SP when displaying information about a
ktlbmiss on the kernel stack.  It was showing the temporary SP, not the
original SP.

Add a display of the first few wired entries of the TLB so when the ktblmiss
occurs, the TLB entries mapping the kernel stack can be verified.


mhitch
Mon Jun 23 14:48:32 PDT 1997
Update of /cvsroot/src/sys/arch/mips/mips
In directory netbsd1:/var/slash-tmp/cvs-serv20355

Modified Files:
	trap.c 
Log Message:
Move the mips*_dump_tlb() routines outside the #ifdef so they are always
available.  Used in the locore ktlbmiss/panic to display the TLB contents
that are mapping the kernel stack.