K 10 svn:author V 3 jhb K 8 svn:date V 27 2014-09-06T15:23:28.252661Z K 7 svn:log V 374 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) END