CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/04/24 14:58:48
Modified files:
sys/arch/amd64/amd64: db_interface.c trap.c
Log message:
Move code into inline functions to hide #ifdefs and improve readability.
Constipate a couple variables. Delete IDTVEC() macro and code handling
32bit-only traps (panic instead).
ok mlarkin@
