Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 305016
b: refs/heads/master
c: 9438ef7
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar committed May 7, 2012
1 parent 7c2f489 commit 32b0679
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 42fa4250436304d4650fa271f37671f6cee24e08
refs/heads/master: 9438ef7f4ea73d5430a330fc206f97826eb9fb16
3 changes: 2 additions & 1 deletion trunk/arch/x86/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -1012,7 +1012,8 @@ void __init setup_arch(char **cmdline_p)
init_cpu_to_node();

init_apic_mappings();
x86_io_apic_ops.init();
if (x86_io_apic_ops.init)
x86_io_apic_ops.init();

kvm_guest_init();

Expand Down

0 comments on commit 32b0679

Please sign in to comment.