PERFORCE change 133536 for review
Warner Losh
imp at FreeBSD.org
Thu Jan 17 22:48:53 PST 2008
http://perforce.freebsd.org/chv.cgi?CH=133536
Change 133536 by imp at imp_paco-paco on 2008/01/18 06:48:38
These defines are now all OBE
Affected files ...
.. //depot/projects/mips2-jnpr/src/sys/mips/include/cpu.h#8 edit
Differences ...
==== //depot/projects/mips2-jnpr/src/sys/mips/include/cpu.h#8 (text+ko) ====
@@ -439,28 +439,6 @@
#if defined(_KERNEL) && !defined(_LOCORE)
extern union cpuprid fpu_id;
-extern u_int CpuPrimaryInstCacheSize;
-extern u_int CpuPrimaryInstCacheLSize;
-extern u_int CpuPrimaryInstSetSize;
-extern u_int CpuPrimaryInstCacheNsets;
-extern u_int CpuPrimaryInstCacheAsso;
-
-extern u_int CpuPrimaryDataCacheSize;
-extern u_int CpuPrimaryDataCacheLSize;
-extern u_int CpuPrimaryDataSetSize;
-extern u_int CpuPrimaryDataCacheNsets;
-extern u_int CpuPrimaryDataCacheAsso;
-
-extern u_int CpuCacheAliasMask;
-extern u_int CpuSecondaryCacheSize;
-extern u_int CpuTertiaryCacheSize;
-extern u_int CpuNWayCache;
-extern u_int CpuCacheType;
-extern u_int CpuConfigRegister;
-extern u_int CpuStatusRegister;
-extern u_int CpuExternalCacheOn;
-extern u_int CpuOnboardCacheOn;
-
struct tlb;
struct user;
More information about the p4-projects
mailing list