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 Add CPUID_APM_CPB at Fn8000_0007 %edx, ...



details:   https://anonhg.NetBSD.org/src/rev/d29ff0421482
branches:  trunk
changeset: 757230:d29ff0421482
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Sat Aug 21 02:31:13 2010 +0000

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

diffstat:

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

diffs (21 lines):

diff -r c44e094355e2 -r d29ff0421482 sys/arch/x86/include/specialreg.h
--- a/sys/arch/x86/include/specialreg.h Sat Aug 21 01:57:34 2010 +0000
+++ b/sys/arch/x86/include/specialreg.h Sat Aug 21 02:31:13 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index