From 6b29f7e140d6ec15b97eb0850750399e1feff2bd Mon Sep 17 00:00:00 2001 From: tmm Date: Fri, 8 Nov 2002 11:10:50 +0000 Subject: 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 --- sys/sparc64/sparc64/machdep.c | 1 - 1 file changed, 1 deletion(-) 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; -- cgit v1.1