1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00
freebsd/sys/x86/acpica
John Baldwin b1d735ba4c Create a separate structure for per-CPU state saved across suspend and
resume that is a superset of a pcb.  Move the FPU state out of the pcb and
into this new structure.  As part of this, move the FPU resume code on
amd64 into a C function.  This allows resumectx() to still operate only on
a pcb and more closely mirrors the i386 code.

Reviewed by:	kib (earlier version)
2014-09-06 15:23:28 +00:00
..
acpi_apm.c
acpi_wakeup.c Create a separate structure for per-CPU state saved across suspend and 2014-09-06 15:23:28 +00:00
madt.c x86/madt: make the interrupt override parser a public function 2014-08-04 08:58:50 +00:00
OsdEnvironment.c
srat.c