mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
Revert previous commit which had a bogus message. It actually just
disabled the somewhat annoying KTR log trace for clock interrupts.
This commit is contained in:
parent
cdfce42c14
commit
090697c65b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=74895
@ -116,7 +116,7 @@ interrupt(a0, a1, a2, framep)
|
||||
#endif
|
||||
|
||||
case ALPHA_INTR_CLOCK: /* clock interrupt */
|
||||
/* CTR0(KTR_INTR, "clock interrupt"); */
|
||||
CTR0(KTR_INTR, "clock interrupt");
|
||||
if (PCPU_GET(cpuid) != hwrpb->rpb_primary_cpu_id) {
|
||||
CTR0(KTR_INTR, "ignoring clock on secondary");
|
||||
atomic_subtract_int(&p->p_intr_nesting_level, 1);
|
||||
|
Loading…
Reference in New Issue
Block a user