freebsd-skq/sys/x86
Bruce Evans 5904b5a6f2 Fix decoding of tf_rsp on amd64, and move TF_HAS_STACKREGS() to the
i386-only section, and fix a comment about the amd64 kernel trapframe
not having stackregs.

tf_rsp doesn't need decoding on amd64, but had an old clone of i386
code to do this in 1 place, and since the amd64 kernel trapframe does
have stackregs, the result was an off-by-16 error for %rsp in an error
message.
2016-09-16 07:09:35 +00:00
..
acpica
bios
cpufreq sys: replace comma with semicolon when pertinent. 2016-08-09 19:42:20 +00:00
include Fix decoding of tf_rsp on amd64, and move TF_HAS_STACKREGS() to the 2016-09-16 07:09:35 +00:00
iommu Add additional constants. 2016-08-09 19:02:14 +00:00
isa
pci
x86 Remove 'cpu' and 'cpu_class' on amd64. 2016-09-15 17:05:54 +00:00
xen Fix build for !SMP kernels after the Xen MSIX workaround. 2016-08-22 21:23:17 +00:00