diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2002-04-08 10:34:57 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2002-04-08 10:34:57 +0000 |
| commit | 32893f634bf12adcc4cb6f3218a6ff32118e3e85 (patch) | |
| tree | 205cb16e2f1910e2ac11c2d1731b532019aed3e3 | |
| parent | 3e9d29b012f5d70367cabcbf603a360caf920fcb (diff) | |
Notes
| -rw-r--r-- | sys/amd64/amd64/machdep.c | 3 | ||||
| -rw-r--r-- | sys/i386/i386/machdep.c | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/sys/amd64/amd64/machdep.c b/sys/amd64/amd64/machdep.c index 318a8b2c211f..8c3737b63454 100644 --- a/sys/amd64/amd64/machdep.c +++ b/sys/amd64/amd64/machdep.c @@ -149,9 +149,6 @@ SYSCTL_INT(_debug, OID_AUTO, tlb_flush_count, CTLFLAG_RD, &tlb_flush_count, 0, ""); #endif -static int ispc98 = 0; -SYSCTL_INT(_machdep, OID_AUTO, ispc98, CTLFLAG_RD, &ispc98, 0, ""); - int physmem = 0; int cold = 1; diff --git a/sys/i386/i386/machdep.c b/sys/i386/i386/machdep.c index 318a8b2c211f..8c3737b63454 100644 --- a/sys/i386/i386/machdep.c +++ b/sys/i386/i386/machdep.c @@ -149,9 +149,6 @@ SYSCTL_INT(_debug, OID_AUTO, tlb_flush_count, CTLFLAG_RD, &tlb_flush_count, 0, ""); #endif -static int ispc98 = 0; -SYSCTL_INT(_machdep, OID_AUTO, ispc98, CTLFLAG_RD, &ispc98, 0, ""); - int physmem = 0; int cold = 1; |
