Searched hist:d32d65276b201d2abe963aa69cc2cfc951ddb278 (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/xen/bus/ |
H A D | intr-internal.h | diff d32d65276b201d2abe963aa69cc2cfc951ddb278 Tue Nov 09 00:01:59 CET 2021 Elliott Mitchell <ehem+freebsd@m5p.com> xen/intr: move evtchn_type to intr-internal.h
The evtchn_type enum is only touched by the Xen interrupt code. Other event channel uses no longer need the value, so that has been moved to restrict its use.
Copyright note. The current evtchn_type was introduced at 76acc41fb7c7 by Justin T. Gibbs. This in turn appears to have been heavily inspired by 30d1eefe3937 done by Kip Macy.
Reviewed by: royger
|
/freebsd/sys/xen/evtchn/ |
H A D | evtchnvar.h | diff d32d65276b201d2abe963aa69cc2cfc951ddb278 Tue Nov 09 00:01:59 CET 2021 Elliott Mitchell <ehem+freebsd@m5p.com> xen/intr: move evtchn_type to intr-internal.h
The evtchn_type enum is only touched by the Xen interrupt code. Other event channel uses no longer need the value, so that has been moved to restrict its use.
Copyright note. The current evtchn_type was introduced at 76acc41fb7c7 by Justin T. Gibbs. This in turn appears to have been heavily inspired by 30d1eefe3937 done by Kip Macy.
Reviewed by: royger
|