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 Modify comment. Use long form.



details:   https://anonhg.NetBSD.org/src/rev/478bf747f903
branches:  trunk
changeset: 351096:478bf747f903
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Thu Feb 02 05:43:48 2017 +0000

description:
Modify comment. Use long form.

diffstat:

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

diffs (18 lines):

diff -r 0c3dacfee659 -r 478bf747f903 sys/arch/x86/include/specialreg.h
--- a/sys/arch/x86/include/specialreg.h Thu Feb 02 05:38:59 2017 +0000
+++ b/sys/arch/x86/include/specialreg.h Thu Feb 02 05:43:48 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: specialreg.h,v 1.91 2016/12/08 06:11:03 msaitoh Exp $  */
+/*     $NetBSD: specialreg.h,v 1.92 2017/02/02 05:43:48 msaitoh Exp $  */
 
 /*-
  * Copyright (c) 1991 The Regents of the University of California.
@@ -292,7 +292,7 @@
 #define CPUID_DSPM_HWP_ACTWIN  __BIT(9)        /* HWP Activity Window */
 #define CPUID_DSPM_HWP_EPP __BIT(10)   /* HWP Energy Performance Preference */
 #define CPUID_DSPM_HWP_PLR __BIT(11)   /* HWP Package Level Request */
-#define CPUID_DSPM_HDC __BIT(13)       /* HDC */
+#define CPUID_DSPM_HDC __BIT(13)       /* Hardware Duty Cycling */
 
 #define CPUID_DSPM_FLAGS       "\20" \
        "\1" "DTS"      "\2" "IDA"      "\3" "ARAT"                     \



Home | Main Index | Thread Index | Old Index