Module Name:    src
Committed By:   dsl
Date:           Tue Feb  4 22:48:26 UTC 2014

Modified Files:
        src/sys/arch/i386/i386: machdep.c process_machdep.c

Log Message:
Now that the sv_xmm and sv_87 fields in the pcb are the same size as the
  hardware ones, and those in the mcontext, ptrace and core files we
  can really safely cast and copy between the types.
Remove a couple of temporary buffers and add CTASSERT()s that the sizes
  do actually match.


To generate a diff of this commit:
cvs rdiff -u -r1.745 -r1.746 src/sys/arch/i386/i386/machdep.c
cvs rdiff -u -r1.80 -r1.81 src/sys/arch/i386/i386/process_machdep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Reply via email to