Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/x86/include Add comment about CPUID Processor exten...



details:   https://anonhg.NetBSD.org/src/rev/ad6bee8067c2
branches:  trunk
changeset: 790366:ad6bee8067c2
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Fri Oct 04 17:21:43 2013 +0000

description:
Add comment about CPUID Processor extended state Enumeration Fn0000000d %eax.

diffstat:

 sys/arch/x86/include/specialreg.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 9df2b380c50e -r ad6bee8067c2 sys/arch/x86/include/specialreg.h
--- a/sys/arch/x86/include/specialreg.h Fri Oct 04 17:12:48 2013 +0000
+++ b/sys/arch/x86/include/specialreg.h Fri Oct 04 17:21:43 2013 +0000
@@ -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 */



Home | Main Index | Thread Index | Old Index