diff options
| -rw-r--r-- | sys/alpha/alpha/machdep.c | 1 | ||||
| -rw-r--r-- | sys/amd64/amd64/machdep.c | 1 | ||||
| -rw-r--r-- | sys/i386/i386/machdep.c | 1 | ||||
| -rw-r--r-- | sys/pc98/i386/machdep.c | 1 | ||||
| -rw-r--r-- | sys/pc98/pc98/machdep.c | 1 | ||||
| -rw-r--r-- | sys/powerpc/aim/machdep.c | 1 | ||||
| -rw-r--r-- | sys/powerpc/powerpc/machdep.c | 1 | ||||
| -rw-r--r-- | sys/sparc64/sparc64/machdep.c | 1 |
8 files changed, 0 insertions, 8 deletions
diff --git a/sys/alpha/alpha/machdep.c b/sys/alpha/alpha/machdep.c index 2b8f8b5c4745..59fcbfdcbdc7 100644 --- a/sys/alpha/alpha/machdep.c +++ b/sys/alpha/alpha/machdep.c @@ -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 */ diff --git a/sys/amd64/amd64/machdep.c b/sys/amd64/amd64/machdep.c index 13cec5d7ff92..318a8b2c211f 100644 --- a/sys/amd64/amd64/machdep.c +++ b/sys/amd64/amd64/machdep.c @@ -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]; diff --git a/sys/i386/i386/machdep.c b/sys/i386/i386/machdep.c index 13cec5d7ff92..318a8b2c211f 100644 --- a/sys/i386/i386/machdep.c +++ b/sys/i386/i386/machdep.c @@ -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]; diff --git a/sys/pc98/i386/machdep.c b/sys/pc98/i386/machdep.c index 746798a30079..3cb856a4e683 100644 --- a/sys/pc98/i386/machdep.c +++ b/sys/pc98/i386/machdep.c @@ -209,7 +209,6 @@ int Maxmem = 0; #ifdef PC98 int Maxmem_under16M = 0; #endif -long dumplo; vm_offset_t phys_avail[10]; diff --git a/sys/pc98/pc98/machdep.c b/sys/pc98/pc98/machdep.c index 746798a30079..3cb856a4e683 100644 --- a/sys/pc98/pc98/machdep.c +++ b/sys/pc98/pc98/machdep.c @@ -209,7 +209,6 @@ int Maxmem = 0; #ifdef PC98 int Maxmem_under16M = 0; #endif -long dumplo; vm_offset_t phys_avail[10]; diff --git a/sys/powerpc/aim/machdep.c b/sys/powerpc/aim/machdep.c index 6007f1539f57..0eb12cabe915 100644 --- a/sys/powerpc/aim/machdep.c +++ b/sys/powerpc/aim/machdep.c @@ -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; diff --git a/sys/powerpc/powerpc/machdep.c b/sys/powerpc/powerpc/machdep.c index 6007f1539f57..0eb12cabe915 100644 --- a/sys/powerpc/powerpc/machdep.c +++ b/sys/powerpc/powerpc/machdep.c @@ -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; diff --git a/sys/sparc64/sparc64/machdep.c b/sys/sparc64/sparc64/machdep.c index 62487049d8f0..ccb6185ac135 100644 --- a/sys/sparc64/sparc64/machdep.c +++ b/sys/sparc64/sparc64/machdep.c @@ -112,7 +112,6 @@ int kernel_tlb_slots; int physmem; int cold = 1; -long dumplo; int Maxmem; char pcpu0[PCPU_PAGES * PAGE_SIZE]; |
