Subject: CVS commit: syssrc/sys/arch
To: None <source-changes@netbsd.org>
From: Matthew Fredette <fredette@netbsd.org>
List: source-changes
Date: 08/19/2002 21:58:31
Module Name:	syssrc
Committed By:	fredette
Date:		Mon Aug 19 18:58:31 UTC 2002

Modified Files:
	syssrc/sys/arch/hp700/hp700: machdep.c mainbus.c
	syssrc/sys/arch/hp700/include: cpu.h
	syssrc/sys/arch/hppa/hppa: machdep.h pmap.c
	syssrc/sys/arch/hppa/include: cpufunc.h

Log Message:
Cleaned up BTLB support.  There are no longer BTLB function pointers
in struct hppa_cpu_info or anywhere else, now there are just hppa_btlb_*
functions.  Added support for machines with split I/D and variable-range
BTLBs.  Added support for purging BTLB entries.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 syssrc/sys/arch/hp700/hp700/machdep.c
cvs rdiff -r1.3 -r1.4 syssrc/sys/arch/hp700/hp700/mainbus.c
cvs rdiff -r1.3 -r1.4 syssrc/sys/arch/hp700/include/cpu.h
cvs rdiff -r1.2 -r1.3 syssrc/sys/arch/hppa/hppa/machdep.h
cvs rdiff -r1.3 -r1.4 syssrc/sys/arch/hppa/hppa/pmap.c
cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/hppa/include/cpufunc.h

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