Module Name: src Committed By: dsl Date: Sat Dec 15 22:39:04 UTC 2012
Modified Files: src/sys/arch/amd64/include: mcontext.h Log Message: Remove the incorrect comment about a (now deleted) pad field added to make __fpregs be 16-byte aligned within ucontext_t. I doubt that has been true for years! Since the __fpregs field isn't accessed by fxsave it doesn't matter. There is a lot of type fubar here, at leat mark the char[] __aligned(8). To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/arch/amd64/include/mcontext.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.