Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 227698
b: refs/heads/master
c: c1f5db1
h: refs/heads/master
v: v3
  • Loading branch information
Ian Campbell authored and Konrad Rzeszutek Wilk committed Jan 10, 2011
1 parent f4ba404 commit 6b5e111
Show file tree
Hide file tree
Showing 2 changed files with 10 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: d1b758ebc2a82d738092cb42e742470f9d0ea53e
refs/heads/master: c1f5db1a53a7286f6c818f71016ae6aced814d27
9 changes: 9 additions & 0 deletions trunk/arch/x86/xen/enlighten.c
Original file line number Diff line number Diff line change
Expand Up @@ -1174,6 +1174,15 @@ asmlinkage void __init xen_start_kernel(void)

xen_smp_init();

#ifdef CONFIG_ACPI_NUMA
/*
* The pages we from Xen are not related to machine pages, so
* any NUMA information the kernel tries to get from ACPI will
* be meaningless. Prevent it from trying.
*/
acpi_numa = -1;
#endif

pgd = (pgd_t *)xen_start_info->pt_base;

if (!xen_initial_domain())
Expand Down

0 comments on commit 6b5e111

Please sign in to comment.