diff options
Diffstat (limited to 'arch/i386')
-rw-r--r-- | arch/i386/kernel/cpu/intel.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/i386/kernel/cpu/intel.c b/arch/i386/kernel/cpu/intel.c index 3ae795e9056d..56fe26584957 100644 --- a/arch/i386/kernel/cpu/intel.c +++ b/arch/i386/kernel/cpu/intel.c | |||
@@ -199,6 +199,8 @@ static void __cpuinit init_intel(struct cpuinfo_x86 *c) | |||
199 | if (cpu_has_ds) { | 199 | if (cpu_has_ds) { |
200 | unsigned int l1; | 200 | unsigned int l1; |
201 | rdmsr(MSR_IA32_MISC_ENABLE, l1, l2); | 201 | rdmsr(MSR_IA32_MISC_ENABLE, l1, l2); |
202 | if (!(l1 & (1<<11))) | ||
203 | set_bit(X86_FEATURE_BTS, c->x86_capability); | ||
202 | if (!(l1 & (1<<12))) | 204 | if (!(l1 & (1<<12))) |
203 | set_bit(X86_FEATURE_PEBS, c->x86_capability); | 205 | set_bit(X86_FEATURE_PEBS, c->x86_capability); |
204 | } | 206 | } |