mirror of
https://github.com/torvalds/linux.git
synced 2024-11-28 15:11:31 +00:00
03bd36a387
The expression `irq_type[n]` may confuse readers to interpret `n` as the bit position and think of CPU = 1 << 0, SPI = 1 << 1, and PPI = 1 << 2. Since arch/arm64/include/uapi/asm/kvm.h already has macro definitions for the allowed values, this commit uses these symbols to clear up the ambiguity. Signed-off-by: Changyuan Lyu <changyuanl@google.com> Link: https://lore.kernel.org/r/20240623164542.2999626-2-changyuanl@google.com Signed-off-by: Oliver Upton <oliver.upton@linux.dev> |
||
---|---|---|
.. | ||
arm | ||
devices | ||
s390 | ||
x86 | ||
api.rst | ||
halt-polling.rst | ||
index.rst | ||
locking.rst | ||
ppc-pv.rst | ||
review-checklist.rst | ||
vcpu-requests.rst |