Module Name: src Committed By: msaitoh Date: Fri Oct 4 17:21:43 UTC 2013
Modified Files: src/sys/arch/x86/include: specialreg.h Log Message: Add comment about CPUID Processor extended state Enumeration Fn0000000d %eax. To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69 src/sys/arch/x86/include/specialreg.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/x86/include/specialreg.h diff -u src/sys/arch/x86/include/specialreg.h:1.68 src/sys/arch/x86/include/specialreg.h:1.69 --- src/sys/arch/x86/include/specialreg.h:1.68 Sat Sep 14 17:18:18 2013 +++ src/sys/arch/x86/include/specialreg.h Fri Oct 4 17:21:43 2013 @@ -1,4 +1,4 @@ -/* $NetBSD: specialreg.h,v 1.68 2013/09/14 17:18:18 msaitoh Exp $ */ +/* $NetBSD: specialreg.h,v 1.69 2013/10/04 17:21:43 msaitoh Exp $ */ /*- * Copyright (c) 1991 The Regents of the University of California. @@ -395,6 +395,8 @@ #endif /* XEN */ /* + * CPUID Processor extended state Enumeration Fn0000000d %eax + * * Extended Control Register XCR0 */ #define XCR0_X87 0x00000001 /* x87 FPU/MMX state */