* Alok Kataria <akataria@xxxxxxxxxx> wrote: > This is a preparatory patch for the next patch in series. Moves some > code from e820_setup_gap to a new function e820_search_gap. This > function will be used by the next patch in the series. > > Signed-off-by: Alok N Kataria <akataria@xxxxxxxxxx> > > Index: linux-2.6/arch/x86/kernel/e820_64.c > =================================================================== > --- linux-2.6.orig/arch/x86/kernel/e820_64.c 2008-06-12 10:42:22.000000000 -0700 > +++ linux-2.6/arch/x86/kernel/e820_64.c 2008-06-13 14:05:18.000000000 -0700 > @@ -872,26 +872,20 @@ note that this code has significantly changed in x86-next (it has been fixed, extended, cleaned up and unified). You can find the latest patches in tip/master at: http://people.redhat.com/mingo/tip.git/README tip/master contains the integration of all changes in this area. We could apply and test your change in tip/x86 as well, as it seems standalone and independent of ACPI - so that when the acpi change shows up in linux-next there's a e820_search_gap() function available. Ingo -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html