]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
intrng: switch flag arguments to unsigned
authorElliott Mitchell <ehem+freebsd@m5p.com>
Thu, 9 May 2024 23:04:35 +0000 (17:04 -0600)
committerWarner Losh <imp@FreeBSD.org>
Thu, 9 May 2024 23:14:38 +0000 (17:14 -0600)
commit9f3a552f9e1a7dbe707f143a8b8e0cdc00a8014e
tree8916455f94fa94cd286538884db274337c845cb3
parenta9e0f316b3da4144c654cf77542bc5c51632e896
intrng: switch flag arguments to unsigned

The flag variables behind these are all unsigned.  As such adjust the
declarations to match reality and reduce the number of mismatches.

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