mirror of
https://github.com/opnsense/src.git
synced 2026-04-20 21:59:20 -04:00
- Make softinterrupts (SWI's) almost completely MI, and divorce them
completely from the x86 hardware interrupt code.
- The ihandlers array is now gone. Instead, there is a MI shandlers array
that just contains SWI handlers.
- Most of the former machine/ipl.h files have moved to a new sys/ipl.h.
- Stub out all the spl*() functions on all architectures.
Submitted by: dfr
|
||
|---|---|---|
| .. | ||
| mcbus.c | ||
| mcbusreg.h | ||
| mcbusvar.h | ||
| mcmem.c | ||
| mcpcia.c | ||
| mcpciareg.h | ||
| mcpciavar.h | ||