From 940d99d38d9aa444ca84b6db20548ef3fe3a9e3b Mon Sep 17 00:00:00 2001 From: Ingo Molnar Date: Wed, 30 Jan 2008 13:32:38 +0100 Subject: [PATCH] --- yaml --- r: 80149 b: refs/heads/master c: 6d5f718a497375f853d90247f5f6963368e89803 h: refs/heads/master i: 80147: 06d706a846120b8d0fd931ba507321c4ff09beb2 v: v3 --- [refs] | 2 +- trunk/arch/x86/kernel/cpu/intel.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 6e67502b8f2d..0c608489930c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 707fa8ed923b1b6a3d7af0d386b0b3abad28ed19 +refs/heads/master: 6d5f718a497375f853d90247f5f6963368e89803 diff --git a/trunk/arch/x86/kernel/cpu/intel.c b/trunk/arch/x86/kernel/cpu/intel.c index 0a4abdb61ae4..5731de3e1bd1 100644 --- a/trunk/arch/x86/kernel/cpu/intel.c +++ b/trunk/arch/x86/kernel/cpu/intel.c @@ -203,7 +203,7 @@ static void __cpuinit init_intel(struct cpuinfo_x86 *c) } #endif - if (cpu_has_xmm) + if (cpu_has_xmm2) set_bit(X86_FEATURE_LFENCE_RDTSC, c->x86_capability); if (c->x86 == 15) { set_bit(X86_FEATURE_P4, c->x86_capability);