CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2018/07/20 20:19:54
Modified files:
sys/arch/amd64/amd64: vector.S
sys/arch/amd64/include: frameasm.h
Log message:
Remove the "got meltdown?" conditional from INTRENTRY by doing it
unconditionally and codepatching it out on CPUs that don't need/do
the mitigation.
Align the from-{kernel,userspace} targets in INTRENTRY with _ALIGN_TRAPS
Align x2apic_eoi using KUENTRY() instead of the artisinal
segment+label+.globl bits it uses currently
s/testq/testb/ for SEL_RPL checks
ok kettenis@ mlarkin@