Module Name:    src
Committed By:   msaitoh
Date:           Sat Jan  4 21:09:39 UTC 2014

Modified Files:
        src/sys/arch/x86/include: specialreg.h

Log Message:
Add Energy Performance Bias bit.


To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 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.76 src/sys/arch/x86/include/specialreg.h:1.77
--- src/sys/arch/x86/include/specialreg.h:1.76	Sat Jan  4 19:08:43 2014
+++ src/sys/arch/x86/include/specialreg.h	Sat Jan  4 21:09:39 2014
@@ -1,4 +1,4 @@
-/*	$NetBSD: specialreg.h,v 1.76 2014/01/04 19:08:43 msaitoh Exp $	*/
+/*	$NetBSD: specialreg.h,v 1.77 2014/01/04 21:09:39 msaitoh Exp $	*/
 
 /*-
  * Copyright (c) 1991 The Regents of the University of California.
@@ -276,8 +276,9 @@
  * Power Management, Fn0000_0006 - %ecx.
  */
 #define CPUID_DSPM_HWF	0x00000001	/* MSR_APERF/MSR_MPERF available */
+#define CPUID_DSPM_EPB	0x00000008	/* Energy Performance Bias */
 
-#define CPUID_DSPM_FLAGS1	"\20" "\1" "HWF"
+#define CPUID_DSPM_FLAGS1	"\20" "\1" "HWF" "\4" "EPB"
 
 /*
  * Intel Structured Extended Feature leaf

Reply via email to