The interrupt counts may have been valuable in the past, but now DDB can
readily provide them. Since the full list of counters is expected to
disappear from the global space, remove the reporting from
watchdog_fire().
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
@mhorne, you're the one who suggested this at https://reviews.freebsd.org/D36610#858610. Almost seems too small to bother with the review system, but at the same time.
sys/kern/kern_clock.c | ||
---|---|---|
830–831 | With this change, interrupt information is no longer dumped. Comment should be adapted. |
Comment Actions
Looks good on style alone, though I can't say much about functionality. I wonder if intrcnt, intrnames, and friends will still be needed after this change.
Comment Actions
They definitely still are. I aim to get them removed, but I need reviewers/committers.
Comment Actions
Thanks, I can get this one committed without any dependencies. I will check out D36610 before the week is over.