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 MSR_TEMPERATURE_TARGET.



details:   https://anonhg.NetBSD.org/src/rev/a9916afa0c9d
branches:  trunk
changeset: 762429:a9916afa0c9d
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Sun Feb 20 21:09:32 2011 +0000

description:
Add MSR_TEMPERATURE_TARGET.

diffstat:

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

diffs (17 lines):

diff -r 13f03a7fe270 -r a9916afa0c9d sys/arch/x86/include/specialreg.h
--- a/sys/arch/x86/include/specialreg.h Sun Feb 20 21:03:15 2011 +0000
+++ b/sys/arch/x86/include/specialreg.h Sun Feb 20 21:09:32 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: specialreg.h,v 1.50 2011/02/15 10:11:25 cegger Exp $   */
+/*     $NetBSD: specialreg.h,v 1.51 2011/02/20 21:09:32 jruoho Exp $   */
 
 /*-
  * Copyright (c) 1991 The Regents of the University of California.
@@ -357,6 +357,7 @@
 #define MSR_THERM_STATUS       0x19c
 #define MSR_THERM2_CTL         0x19d   /* Pentium M */
 #define MSR_MISC_ENABLE                0x1a0
+#define MSR_TEMPERATURE_TARGET 0x1a2
 #define MSR_DEBUGCTLMSR                0x1d9
 #define MSR_LASTBRANCHFROMIP   0x1db
 #define MSR_LASTBRANCHTOIP     0x1dc



Home | Main Index | Thread Index | Old Index