summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortmm <tmm@FreeBSD.org>2002-11-08 11:10:50 +0000
committertmm <tmm@FreeBSD.org>2002-11-08 11:10:50 +0000
commit6b29f7e140d6ec15b97eb0850750399e1feff2bd (patch)
treecfc97215cb849f027dac98d39823f43d5b2b06da
parent10ff71fdf9be08498de18fdf0adf3f48c688ed06 (diff)
downloadFreeBSD-src-6b29f7e140d6ec15b97eb0850750399e1feff2bd.zip
FreeBSD-src-6b29f7e140d6ec15b97eb0850750399e1feff2bd.tar.gz
Remove physmem from here, too, as it is defined in vm_init.c since
r1.35 (forgotten in my last commit due to a botched patch). Pointy hat to: tmm
-rw-r--r--sys/sparc64/sparc64/machdep.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sparc64/sparc64/machdep.c b/sys/sparc64/sparc64/machdep.c
index 4b2edfc..116741b 100644
--- a/sys/sparc64/sparc64/machdep.c
+++ b/sys/sparc64/sparc64/machdep.c
@@ -112,7 +112,6 @@ typedef int ofw_vec_t(void *);
struct tlb_entry *kernel_tlbs;
int kernel_tlb_slots;
-long physmem;
int cold = 1;
long Maxmem;
OpenPOWER on IntegriCloud