CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/06/22 19:40:03
Modified files:
sys/sys : intrmap.h
sys/kern : kern_intrmap.c
Log message:
add intrmap_one, some temp code to help us write pci_intr_establish_cpu.
it means we can do quick hacks to existing drivers to test interrupts
on multiple cpus. emphasis on quick and hacks.
ok jmatthew@, who will also ok the removal of it at the right time.
