Module Name: src Committed By: jruoho Date: Sun Feb 20 21:09:32 UTC 2011
Modified Files: src/sys/arch/x86/include: specialreg.h Log Message: Add MSR_TEMPERATURE_TARGET. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 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.50 src/sys/arch/x86/include/specialreg.h:1.51 --- src/sys/arch/x86/include/specialreg.h:1.50 Tue Feb 15 10:11:25 2011 +++ src/sys/arch/x86/include/specialreg.h Sun Feb 20 21:09:32 2011 @@ -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