Module Name: src Committed By: cegger Date: Thu Jul 29 08:16:50 UTC 2010
Modified Files: src/sys/arch/x86/include: specialreg.h Log Message: add RDTSCP_AUX MSR To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 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.43 src/sys/arch/x86/include/specialreg.h:1.44 --- src/sys/arch/x86/include/specialreg.h:1.43 Sat Jul 24 08:02:46 2010 +++ src/sys/arch/x86/include/specialreg.h Thu Jul 29 08:16:49 2010 @@ -1,4 +1,4 @@ -/* $NetBSD: specialreg.h,v 1.43 2010/07/24 08:02:46 cegger Exp $ */ +/* $NetBSD: specialreg.h,v 1.44 2010/07/29 08:16:49 cegger Exp $ */ /*- * Copyright (c) 1991 The Regents of the University of California. @@ -454,6 +454,9 @@ #define MSR_OSVW_ID_LENGTH 0xc0010140 #define MSR_OSVW_STATUS 0xc0010141 +/* X86 MSRs */ +#define MSR_RDTSCP_AUX 0xc0000103 + /* * Constants related to MTRRs */