GC the "dumplo" variable, which is no longer used.
A lot of sys/*/*/machdep.c seems not to be.
This commit is contained in:
parent
feb9e0b858
commit
3234f33800
@ -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 */
|
||||
|
@ -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];
|
||||
|
||||
|
@ -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];
|
||||
|
||||
|
@ -209,7 +209,6 @@ int Maxmem = 0;
|
||||
#ifdef PC98
|
||||
int Maxmem_under16M = 0;
|
||||
#endif
|
||||
long dumplo;
|
||||
|
||||
vm_offset_t phys_avail[10];
|
||||
|
||||
|
@ -209,7 +209,6 @@ int Maxmem = 0;
|
||||
#ifdef PC98
|
||||
int Maxmem_under16M = 0;
|
||||
#endif
|
||||
long dumplo;
|
||||
|
||||
vm_offset_t phys_avail[10];
|
||||
|
||||
|
@ -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;
|
||||
|
||||
|
@ -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;
|
||||
|
||||
|
@ -112,7 +112,6 @@ int kernel_tlb_slots;
|
||||
|
||||
int physmem;
|
||||
int cold = 1;
|
||||
long dumplo;
|
||||
int Maxmem;
|
||||
|
||||
char pcpu0[PCPU_PAGES * PAGE_SIZE];
|
||||
|
Loading…
Reference in New Issue
Block a user