Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 191541
b: refs/heads/master
c: fea24e2
h: refs/heads/master
i:
  191539: 0de2faf
v: v3
  • Loading branch information
Jacob Pan authored and H. Peter Anvin committed May 17, 2010
1 parent dd9d723 commit 94a5727
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e4af4268a34d8cd28c46a03161fc017cbd2db887
refs/heads/master: fea24e28c663e62663097f0ed3b8ff1f9a87f15e
5 changes: 5 additions & 0 deletions trunk/arch/x86/kernel/mrst.c
Original file line number Diff line number Diff line change
Expand Up @@ -237,4 +237,9 @@ void __init x86_mrst_early_setup(void)
x86_init.pci.fixup_irqs = x86_init_noop;

legacy_pic = &null_legacy_pic;

/* Avoid searching for BIOS MP tables */
x86_init.mpparse.find_smp_config = x86_init_noop;
x86_init.mpparse.get_smp_config = x86_init_uint_noop;

}

0 comments on commit 94a5727

Please sign in to comment.