diff options
| author | 2010-01-06 15:49:08 +0900 | |
|---|---|---|
| committer | 2010-01-06 15:49:08 +0900 | |
| commit | fa94ddea2b29fdda7640672c8a933dbd901f0278 (patch) | |
| tree | 4e9204f1438f5ed44bff31e2abee598ad775321d /arch/x86/kernel/microcode_core.c | |
| parent | sh: select HAVE_HW_BREAKPOINT for all SUPERH32 CPUs. (diff) | |
| parent | sh: Fix up nommu build for out-of-line pgtable changes. (diff) | |
Merge branch 'master' into sh/hw-breakpoints
Diffstat (limited to 'arch/x86/kernel/microcode_core.c')
| -rw-r--r-- | arch/x86/kernel/microcode_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/microcode_core.c b/arch/x86/kernel/microcode_core.c index 844c02c65fcb..0c8632433090 100644 --- a/arch/x86/kernel/microcode_core.c +++ b/arch/x86/kernel/microcode_core.c @@ -394,7 +394,7 @@ static enum ucode_state microcode_update_cpu(int cpu) struct ucode_cpu_info *uci = ucode_cpu_info + cpu; enum ucode_state ustate; - if (uci->valid && uci->mc) + if (uci->valid) ustate = microcode_resume_cpu(cpu); else ustate = microcode_init_cpu(cpu); |
