Backout 1.61 -- both intrcnt and intrnames are already exported

via sysctl under "hw".
This commit is contained in:
Luigi Rizzo 2001-10-25 01:32:24 +00:00
parent 9d91d74d2b
commit c5ca4c7e6e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=85452
4 changed files with 0 additions and 24 deletions

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.