CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/11/12 16:29:16
Modified files:
sys/arch/amd64/include: frameasm.h
Log message:
Simplify interrupt entry stubs to not push around bogus trapno+err
slots but rather go directly from the iretq frame to an intrframe.
This saves 22 bytes in each of the 148 interrupt entry points.
ok mpi@
