search for: c5125c0ea051

Displaying 1 result from an estimated 1 matches for "c5125c0ea051".

2009 Aug 24
0
[PATCH] Fix SRAT check for discontig memory
...memory range in the e820 is covered by an SRAT entry. This might not be the most efficient way to do it, but there are usually a relatively small number of entries on each side. Signed-off-by: Alex Williamson <alex.williamson@hp.com> -- I also propose this for the stable branches. diff -r c5125c0ea051 xen/arch/x86/srat.c --- a/xen/arch/x86/srat.c Mon Aug 24 08:27:30 2009 +0100 +++ b/xen/arch/x86/srat.c Mon Aug 24 15:19:34 2009 -0600 @@ -17,6 +17,7 @@ #include <xen/nodemask.h> #include <xen/acpi.h> #include <xen/numa.h> +#include <asm/e820.h> #include <asm/page.h&gt...