Module Name:    src
Committed By:   jruoho
Date:           Sat Aug 21 02:31:13 UTC 2010

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

Log Message:
Add CPUID_APM_CPB at Fn8000_0007 %edx, for core performance boost.


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 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.44 src/sys/arch/x86/include/specialreg.h:1.45
--- src/sys/arch/x86/include/specialreg.h:1.44	Thu Jul 29 08:16:49 2010
+++ src/sys/arch/x86/include/specialreg.h	Sat Aug 21 02:31:13 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: specialreg.h,v 1.44 2010/07/29 08:16:49 cegger Exp $	*/
+/*	$NetBSD: specialreg.h,v 1.45 2010/08/21 02:31:13 jruoho Exp $	*/
 
 /*-
  * Copyright (c) 1991 The Regents of the University of California.
@@ -200,9 +200,10 @@
 #define CPUID_APM_100	0x00000040	/* 100MHz multiplier control */
 #define CPUID_APM_HWP	0x00000080	/* HW P-State control */
 #define CPUID_APM_TSC	0x00000100	/* TSC invariant */
+#define CPUID_APM_CPB	0x00000200	/* Core performance boost */
 
 #define CPUID_APM_FLAGS		"\20\1TS\2FID\3VID\4TTP\5HTC\6STC\007100" \
-				    "\10HWP\11TSC"
+				    "\10HWP\11TSC\12CPB"
 
 /*
  * Centaur Extended Feature flags

Reply via email to