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 Fix typo in comment
details: https://anonhg.NetBSD.org/src/rev/6cb4c913851d
branches: trunk
changeset: 825359:6cb4c913851d
user: gson <gson%NetBSD.org@localhost>
date: Tue Jul 11 14:00:15 2017 +0000
description:
Fix typo in comment
diffstat:
sys/arch/x86/include/specialreg.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 0b384139c189 -r 6cb4c913851d sys/arch/x86/include/specialreg.h
--- a/sys/arch/x86/include/specialreg.h Tue Jul 11 10:14:10 2017 +0000
+++ b/sys/arch/x86/include/specialreg.h Tue Jul 11 14:00:15 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: specialreg.h,v 1.99 2017/06/14 08:45:42 maxv Exp $ */
+/* $NetBSD: specialreg.h,v 1.100 2017/07/11 14:00:15 gson Exp $ */
/*-
* Copyright (c) 1991 The Regents of the University of California.
@@ -130,7 +130,7 @@
#define CPUID_DE 0x00000004 /* has debugging extension */
#define CPUID_PSE 0x00000008 /* has 4MB page size extension */
#define CPUID_TSC 0x00000010 /* has time stamp counter */
-#define CPUID_MSR 0x00000020 /* has mode specific registers */
+#define CPUID_MSR 0x00000020 /* has model specific registers */
#define CPUID_PAE 0x00000040 /* has phys address extension */
#define CPUID_MCE 0x00000080 /* has machine check exception */
#define CPUID_CX8 0x00000100 /* has CMPXCHG8B instruction */
Home |
Main Index |
Thread Index |
Old Index