Remove the "got meltdown?" conditional from INTRENTRY by doing it
authorguenther <guenther@openbsd.org>
Sat, 21 Jul 2018 02:19:54 +0000 (02:19 +0000)
committerguenther <guenther@openbsd.org>
Sat, 21 Jul 2018 02:19:54 +0000 (02:19 +0000)
commit38863611753ab7fd8d696f9c5baf253ebd0014c2
treede21c8c4af31f62b388b54ca5de208e30abb20b5
parentf71dfe227dccbad877deb2ecf9c55a1138f18985
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@
sys/arch/amd64/amd64/vector.S
sys/arch/amd64/include/frameasm.h