Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correctly pass the "struct cpu_info" pointer along when establishing | 2020-09-21 | 1 | -2/+2 | |
| | | | | | | | | interrupts. This fixes IPIs on machines with certain (newer?) OPAL firmware. It also allows implementing pci_intr_establish_cpu(9), which is needed for distributing interrupt handlers across CPUs. tested by gkoehler@ | ||||
* | Implement IPIs. | 2020-07-22 | 1 | -2/+11 | |
| | |||||
* | Add xics(4), a driver for the OPAL virtual ICS. | 2020-07-14 | 1 | -0/+81 | |