Subject: CVS commit: syssrc/sys/arch/powerpc
To: None <source-changes@netbsd.org>
From: Eduardo Horvath <eeh@netbsd.org>
List: source-changes
Date: 03/13/2002 02:38:19
Module Name:	syssrc
Committed By:	eeh
Date:		Wed Mar 13 00:38:18 UTC 2002

Modified Files:
	syssrc/sys/arch/powerpc/include: cpu.h
	syssrc/sys/arch/powerpc/mpc6xx: cpu_subr.c
	syssrc/sys/arch/powerpc/powerpc: powerpc_machdep.c
Added Files:
	syssrc/sys/arch/powerpc/ibm4xx: cpu.c

Log Message:
Add cache_info to cpu_info which provides details about D$ and I$
sizes and line sizes.  This is needed for cache flusing, clearing
memory, and several other operations.  This information is accessible
from userland through a new CPU_CACHEINFO sysctl.


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 syssrc/sys/arch/powerpc/ibm4xx/cpu.c
cvs rdiff -r1.13 -r1.14 syssrc/sys/arch/powerpc/include/cpu.h
cvs rdiff -r1.12 -r1.13 syssrc/sys/arch/powerpc/mpc6xx/cpu_subr.c
cvs rdiff -r1.9 -r1.10 syssrc/sys/arch/powerpc/powerpc/powerpc_machdep.c

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