--- - branch: MAIN date: Wed Mar 13 12:44:30 UTC 2024 files: - new: '1.28' old: '1.27' path: src/sys/arch/evbmips/evbmips/interrupt.c pathrev: src/sys/arch/evbmips/evbmips/interrupt.c@1.28 type: modified id: 20240313T124430Z.dcbcf1669b56be167af18bbabfe68e30b6cef979 log: | evbmips/interrupt.c: No need for __diagused with KASSERT. KASSERT already references all the variables even in !DIAGNOSTIC builds (but evaluates nothing at run-time in that case). That said: Is the curlwp->l_blcnt assertion correct? Can't curlwp be changed in this interrupt handler by preemption? module: src subject: 'CVS commit: src/sys/arch/evbmips/evbmips' unixtime: '1710333870' user: riastradh