]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
kern/intr: change ->ie_irq to unsigned
authorElliott Mitchell <ehem+freebsd@m5p.com>
Thu, 9 May 2024 23:04:34 +0000 (17:04 -0600)
committerWarner Losh <imp@FreeBSD.org>
Thu, 9 May 2024 23:14:33 +0000 (17:14 -0600)
commitcd04887b9569494496e25bdda241cbdb947f6b6f
treeb0f39e754fb46493ecad7e988a8e9e9a7e167169
parente64318e76ed90e8ef2666a9c5628e036d2cc8817
kern/intr: change ->ie_irq to unsigned

All architecture implementations actually want this to be unsigned.
INTRNG the equivalent is overtly unsigned.  x86 and PowerPC merely avoid
the need to explicitly convert at several points.

Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/1126
sys/kern/kern_intr.c
sys/sys/interrupt.h