From f7f33d698408c85273140dc89dad7613e0f96ced Mon Sep 17 00:00:00 2001 From: Thomas Moestl Date: Fri, 8 Nov 2002 11:10:50 +0000 Subject: [PATCH] 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 4b2edfc34cd..116741b5d33 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;