Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40815
b: refs/heads/master
c: d654c67
h: refs/heads/master
i:
  40813: aad2033
  40811: 349aa3a
  40807: ab8cf2a
  40799: 7a80950
v: v3
  • Loading branch information
Arjan van de Ven authored and Linus Torvalds committed Nov 9, 2006
1 parent 2ca353d commit ef2864c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 082f2f84be5db164280483efa7eb1549d867353d
refs/heads/master: d654c673d6394bc26e159b1057b357371b4ce1dc
2 changes: 1 addition & 1 deletion trunk/arch/i386/kernel/microcode.c
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ static void microcode_init_cpu(int cpu)
set_cpus_allowed(current, cpumask_of_cpu(cpu));
mutex_lock(&microcode_mutex);
collect_cpu_info(cpu);
if (uci->valid)
if (uci->valid && system_state == SYSTEM_RUNNING)
cpu_request_microcode(cpu);
mutex_unlock(&microcode_mutex);
set_cpus_allowed(current, old);
Expand Down

0 comments on commit ef2864c

Please sign in to comment.