summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorluigi <luigi@FreeBSD.org>2001-10-25 01:32:24 +0000
committerluigi <luigi@FreeBSD.org>2001-10-25 01:32:24 +0000
commita2c7a7e0d7fbd8c6ccbf78d93c425df813366f00 (patch)
tree92db3994a269dce67d4c1f8962bb13c41177eb8a /sys/i386
parentf62986b79a56899f05061be231935d16a2c19a07 (diff)
downloadFreeBSD-src-a2c7a7e0d7fbd8c6ccbf78d93c425df813366f00.zip
FreeBSD-src-a2c7a7e0d7fbd8c6ccbf78d93c425df813366f00.tar.gz
Backout 1.61 -- both intrcnt and intrnames are already exported
via sysctl under "hw".
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/isa/intr_machdep.c6
-rw-r--r--sys/i386/isa/nmi.c6
2 files changed, 0 insertions, 12 deletions
diff --git a/sys/i386/isa/intr_machdep.c b/sys/i386/isa/intr_machdep.c
index aea0511..c17806f 100644
--- a/sys/i386/isa/intr_machdep.c
+++ b/sys/i386/isa/intr_machdep.c
@@ -52,7 +52,6 @@
#include <sys/module.h>
#include <sys/mutex.h>
#include <sys/proc.h>
-#include <sys/sysctl.h>
#include <sys/syslog.h>
#include <sys/systm.h>
#include <sys/unistd.h>
@@ -413,11 +412,6 @@ isa_irq_pending()
}
#endif
-SYSCTL_OPAQUE(_kern, OID_AUTO, intrcnt, CTLFLAG_RD, intrcnt,
- 4*NR_INTRNAMES, "LU", "Interrupt counts");
-SYSCTL_OPAQUE(_kern, OID_AUTO, intrnames, CTLFLAG_RD, intrnames,
- 16*NR_INTRNAMES, "S", "Interrupt names");
-
/*
* Update intrnames array with the specified name. This is used by
* vmstat(8) and the like.
diff --git a/sys/i386/isa/nmi.c b/sys/i386/isa/nmi.c
index aea0511..c17806f 100644
--- a/sys/i386/isa/nmi.c
+++ b/sys/i386/isa/nmi.c
@@ -52,7 +52,6 @@
#include <sys/module.h>
#include <sys/mutex.h>
#include <sys/proc.h>
-#include <sys/sysctl.h>
#include <sys/syslog.h>
#include <sys/systm.h>
#include <sys/unistd.h>
@@ -413,11 +412,6 @@ isa_irq_pending()
}
#endif
-SYSCTL_OPAQUE(_kern, OID_AUTO, intrcnt, CTLFLAG_RD, intrcnt,
- 4*NR_INTRNAMES, "LU", "Interrupt counts");
-SYSCTL_OPAQUE(_kern, OID_AUTO, intrnames, CTLFLAG_RD, intrnames,
- 16*NR_INTRNAMES, "S", "Interrupt names");
-
/*
* Update intrnames array with the specified name. This is used by
* vmstat(8) and the like.
OpenPOWER on IntegriCloud