summaryrefslogtreecommitdiff
path: root/src/sys/arch/amd64/cpu/vector.S
AgeCommit message (Collapse)Author
11 dayskern/amd64: Reserve 64 vectors for I/O APIC inputsIan Moffett
This commit reserves the first 64 vectors for the I/O APIC input lines. During an IRQ, each handler will be called to see which one handles it. Signed-off-by: Ian Moffett <ian@osmora.org>