Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F159204629
D37870.id114532.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
672 B
Referenced Files
None
Subscribers
None
D37870.id114532.diff
View Options
diff --git a/sys/kern/kern_clock.c b/sys/kern/kern_clock.c
--- a/sys/kern/kern_clock.c
+++ b/sys/kern/kern_clock.c
@@ -834,24 +834,6 @@
static void
watchdog_fire(void)
{
- int nintr;
- uint64_t inttotal;
- u_long *curintr;
- char *curname;
-
- curintr = intrcnt;
- curname = intrnames;
- inttotal = 0;
- nintr = sintrcnt / sizeof(u_long);
-
- printf("interrupt total\n");
- while (--nintr >= 0) {
- if (*curintr)
- printf("%-12s %20lu\n", curname, *curintr);
- curname += strlen(curname) + 1;
- inttotal += *curintr++;
- }
- printf("Total %20ju\n", (uintmax_t)inttotal);
#if defined(KDB) && !defined(KDB_UNATTENDED)
kdb_backtrace();
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jun 12, 7:40 AM (46 m, 14 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33902477
Default Alt Text
D37870.id114532.diff (672 B)
Attached To
Mode
D37870: kern/clock: remove interrupt reporting from watchdog_fire()
Attached
Detach File
Event Timeline
Log In to Comment