created | 2020-11-15T20:02:03Z |
---|---|
begin | 2020-11-12T15:25:28Z |
end | 2020-11-12T23:29:16Z |
path | src/sys |
commits | 1 |
date | 2020-11-12T23:29:16Z | |||
---|---|---|---|---|
author | guenther | |||
files | src/sys/arch/amd64/include/frameasm.h | log | diff | annotate |
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@ |