freebsd-skq/sys/amd64
jhb 09bff45095 MFC 270850,271053,271192,271717:
Save and restore FPU state across suspend and resume on i386.
- Create a separate structure for per-CPU state saved across suspend and
  resume that is a superset of a pcb.
- Store the FPU state for suspend and resume in the new structure
  (for amd64, this moves it out of the PCB)
- On both i386 and amd64, all of the FPU suspend/resume handling is now
  done in C.

Approved by:	re (hrs)
2014-09-22 20:34:36 +00:00
..
acpica Consistently use round_page(x) rather than roundup(x, PAGE_SIZE). There is 2013-02-15 22:43:08 +00:00
amd64 MFC 270850,271053,271192,271717: 2014-09-22 20:34:36 +00:00
conf MFC r271137: 2014-09-07 18:43:26 +00:00
ia32 MFC r258135: x86: Allow users to change PSL_RF via ptrace(PT_SETREGS...) 2013-11-25 15:58:48 +00:00
include MFC 270850,271053,271192,271717: 2014-09-22 20:34:36 +00:00
linux32 Revert MFC r266925 because it can lead to instant panic at fexecve(): 2014-06-17 05:21:48 +00:00
pci MFC r258779,r258780,r258787,r258822: 2014-02-04 03:36:42 +00:00
vmm MFC r270689: 2014-09-16 01:59:19 +00:00
Makefile