Backout 1.61 -- both intrcnt and intrnames are already exported
via sysctl under "hw".
This commit is contained in:
parent
9d91d74d2b
commit
c5ca4c7e6e
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user