GC the "dumplo" variable, which is no longer used.

A lot of sys/*/*/machdep.c seems not to be.
This commit is contained in:
phk 2002-04-07 21:01:37 +00:00
parent feb9e0b858
commit 3234f33800
8 changed files with 0 additions and 8 deletions

View File

@ -190,7 +190,6 @@ SYSINIT(cpu, SI_SUB_CPU, SI_ORDER_FIRST, cpu_startup, NULL)
struct msgbuf *msgbufp=0;
int Maxmem = 0;
long dumplo;
int totalphysmem; /* total amount of physical memory in system */
int physmem; /* physical memory used by NetBSD + some rsvd */

View File

@ -192,7 +192,6 @@ SYSCTL_PROC(_hw, OID_AUTO, availpages, CTLTYPE_INT|CTLFLAG_RD,
0, 0, sysctl_hw_availpages, "I", "");
int Maxmem = 0;
long dumplo;
vm_offset_t phys_avail[10];

View File

@ -192,7 +192,6 @@ SYSCTL_PROC(_hw, OID_AUTO, availpages, CTLTYPE_INT|CTLFLAG_RD,
0, 0, sysctl_hw_availpages, "I", "");
int Maxmem = 0;
long dumplo;
vm_offset_t phys_avail[10];

View File

@ -209,7 +209,6 @@ int Maxmem = 0;
#ifdef PC98
int Maxmem_under16M = 0;
#endif
long dumplo;
vm_offset_t phys_avail[10];

View File

@ -209,7 +209,6 @@ int Maxmem = 0;
#ifdef PC98
int Maxmem_under16M = 0;
#endif
long dumplo;
vm_offset_t phys_avail[10];

View File

@ -159,7 +159,6 @@ SYSCTL_PROC(_hw, HW_PHYSMEM, physmem, CTLTYPE_INT|CTLFLAG_RD,
0, 0, sysctl_hw_physmem, "IU", "");
int Maxmem = 0;
long dumplo;
static int chosen;

View File

@ -159,7 +159,6 @@ SYSCTL_PROC(_hw, HW_PHYSMEM, physmem, CTLTYPE_INT|CTLFLAG_RD,
0, 0, sysctl_hw_physmem, "IU", "");
int Maxmem = 0;
long dumplo;
static int chosen;

View File

@ -112,7 +112,6 @@ int kernel_tlb_slots;
int physmem;
int cold = 1;
long dumplo;
int Maxmem;
char pcpu0[PCPU_PAGES * PAGE_SIZE];