summaryrefslogtreecommitdiff
path: root/sys/kern/kern_intrmap.c
AgeCommit message (Expand)Author
2020-06-23add intrmap_one, some temp code to help us write pci_intr_establish_cpu.David Gwynne
2020-06-17make intrmap_cpu return a struct cpu_info *, not a "cpuid number" thing.David Gwynne
2020-06-17add intrmap, an api that picks cpus for devices to attach interrupts to.David Gwynne