From: Jes Sorensen Date: Thu, 9 Sep 2010 10:06:45 +0000 (+0200) Subject: x86: Define MSR_EBC_FREQUENCY_ID X-Git-Tag: upstream/snapshot3+hdmi~12684^2~72 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b9a52c4b78ec254ee00cce47d75efd89b09f13dd;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git x86: Define MSR_EBC_FREQUENCY_ID Signed-off-by: Jes Sorensen Signed-off-by: Marcelo Tosatti --- diff --git a/arch/x86/include/asm/msr-index.h b/arch/x86/include/asm/msr-index.h index 986f779..83c4bb1 100644 --- a/arch/x86/include/asm/msr-index.h +++ b/arch/x86/include/asm/msr-index.h @@ -198,6 +198,7 @@ #define MSR_IA32_TSC 0x00000010 #define MSR_IA32_PLATFORM_ID 0x00000017 #define MSR_IA32_EBL_CR_POWERON 0x0000002a +#define MSR_EBC_FREQUENCY_ID 0x0000002c #define MSR_IA32_FEATURE_CONTROL 0x0000003a #define FEATURE_CONTROL_LOCKED (1<<0)