aboutsummaryrefslogtreecommitdiff
path: root/lib/librpcsec_gss/rpc_gss_getcred.3
diff options
context:
space:
mode:
authorElliott Mitchell <ehem+freebsd@m5p.com>2024-10-24 03:55:21 +0000
committerKyle Evans <kevans@FreeBSD.org>2024-10-24 03:55:21 +0000
commit536c8d948e8563141356fd41fb8bfe65be289385 (patch)
treeba0a14e4adcaf10f99f4b42a53d7353655e13cb6 /lib/librpcsec_gss/rpc_gss_getcred.3
parentd64442a89896d616eb1225eea43ed64dc736f74d (diff)
downloadsrc-536c8d948e8563141356fd41fb8bfe65be289385.tar.gz
src-536c8d948e8563141356fd41fb8bfe65be289385.zip
intrng: change multi-interrupt root support type to enum
uint32_t is handy for directly interfacing with assembly-language. For the C portion, enum is much handier. In particular there is no need to count the number of roots by hand. This also works better for being able to build kernels with varying numbers of roots. Switch to INTR_ROOT_COUNT as this better matches the purpose of the value. Switch to root_type, rather than rootnum for similar reasons. Remove the default from the core. Better to require the architectures to declare the type since they will routinely deviate and a default chosen now will likely be suboptimal. Leave intr_irq_handler() taking a register type as that better matches for interfacing with assembly-language.
Diffstat (limited to 'lib/librpcsec_gss/rpc_gss_getcred.3')
0 files changed, 0 insertions, 0 deletions