1
0
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:
John Baldwin 2001-03-28 02:03:29 +00:00
parent cdfce42c14
commit 090697c65b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=74895

View File

@ -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);