Fix compile error with option DEBUG. This is fallout from some long-ago
authorian <ian@FreeBSD.org>
Wed, 16 Aug 2017 16:51:55 +0000 (16:51 +0000)
committerian <ian@FreeBSD.org>
Wed, 16 Aug 2017 16:51:55 +0000 (16:51 +0000)
commit03be283a1e17a801fb097cdecb01d2993e1629e3
tree62798813e292e93557c906ebbeb62ad871b0de8d
parent754d087373739a9a25e03b1d6303a3df398863ed
Fix compile error with option DEBUG.  This is fallout from some long-ago
INTRNG refactoring that didn't get caught at the time because code in a
debugf() statement isn't compiled unless DEBUG is defined.

PR: 221557
sys/kern/subr_intr.c