Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F145026702
D37870.id117476.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
863 B
Referenced Files
None
Subscribers
None
D37870.id117476.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
@@ -828,30 +828,11 @@
}
/*
- * Handle a watchdog timeout by dumping interrupt information and
- * then either dropping to DDB or panicking.
+ * Handle a watchdog timeout by dropping to DDB or panicking.
*/
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
Mon, Feb 16, 4:53 AM (8 h, 50 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28767265
Default Alt Text
D37870.id117476.diff (863 B)
Attached To
Mode
D37870: kern/clock: remove interrupt reporting from watchdog_fire()
Attached
Detach File
Event Timeline
Log In to Comment