Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 322987
b: refs/heads/master
c: bd49940
h: refs/heads/master
i:
  322985: 5151513
  322983: 625a1f7
v: v3
  • Loading branch information
Konrad Rzeszutek Wilk committed Sep 19, 2012
1 parent 0f50a62 commit 82a9902
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 2fc136eecd0c647a6b13fcd00d0c41a1a28f35a5
refs/heads/master: bd49940a35ec7d488ae63bd625639893b3385b97
4 changes: 4 additions & 0 deletions trunk/arch/x86/xen/enlighten.c
Original file line number Diff line number Diff line change
Expand Up @@ -1452,6 +1452,10 @@ asmlinkage void __init xen_start_kernel(void)
pci_request_acs();

xen_acpi_sleep_register();

/* 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;
}
#ifdef CONFIG_PCI
/* PCI BIOS service won't work from a PV guest. */
Expand Down

0 comments on commit 82a9902

Please sign in to comment.