diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2003-09-16 20:52:23 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2003-09-16 20:52:23 +0000 |
commit | e797da6f452d30adb2b2b7cc02fa8b2e4028f39c (patch) | |
tree | 07d2b18333384ca869b22a8dbdaba1c924e7b45b /sys/arch/mvme88k/include/cmmu.h | |
parent | 02959a8193908aeb3596ac2d77b20add36477d86 (diff) |
Remove unused material from include files, as well as the annoying U() macro
which is only used to obfuscate things.
Doing this points out that the BUG memory is not at the same address on
187 and 197 (the 197 BUG is inside obio), so provide distinct constants,
and treat 187 and 197 slightly differently in pmap_bootstrap(). However, we
now need to map the 197 flash memory as well...
While there, simplify and constify pmap_table_build() and its associated data.
Diffstat (limited to 'sys/arch/mvme88k/include/cmmu.h')
-rw-r--r-- | sys/arch/mvme88k/include/cmmu.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/arch/mvme88k/include/cmmu.h b/sys/arch/mvme88k/include/cmmu.h index 5e2c3ca0532..54e0fd5e418 100644 --- a/sys/arch/mvme88k/include/cmmu.h +++ b/sys/arch/mvme88k/include/cmmu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cmmu.h,v 1.11 2002/03/14 01:26:39 millert Exp $ */ +/* $OpenBSD: cmmu.h,v 1.12 2003/09/16 20:52:19 miod Exp $ */ /* * Mach Operating System * Copyright (c) 1993-1992 Carnegie Mellon University @@ -58,10 +58,8 @@ */ extern unsigned cpu_sets[MAX_CPUS]; extern int cpu_cmmu_ratio; -extern unsigned number_cpus, master_cpu; -extern unsigned cache_policy; -extern unsigned number_cpus; extern unsigned master_cpu; +extern unsigned cache_policy; extern int max_cpus, max_cmmus; /* |