Module Name: src Committed By: msaitoh Date: Thu Feb 2 05:43:48 UTC 2017
Modified Files: src/sys/arch/x86/include: specialreg.h Log Message: Modify comment. Use long form. To generate a diff of this commit: cvs rdiff -u -r1.91 -r1.92 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.91 src/sys/arch/x86/include/specialreg.h:1.92 --- src/sys/arch/x86/include/specialreg.h:1.91 Thu Dec 8 06:11:03 2016 +++ src/sys/arch/x86/include/specialreg.h Thu Feb 2 05:43:48 2017 @@ -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" \