* Hillf Danton <dhillf@xxxxxxxxx> [2012-07-06 21:04:56]: > Hi Vaidy, > > On Fri, Jul 6, 2012 at 12:56 AM, Vaidyanathan Srinivasan > <svaidy@xxxxxxxxxxxxxxxxxx> wrote: > > --- a/mm/autonuma.c > > +++ b/mm/autonuma.c > > @@ -26,7 +26,7 @@ unsigned long autonuma_flags __read_mostly = > > #ifdef CONFIG_AUTONUMA_DEFAULT_ENABLED > > (1<<AUTONUMA_FLAG)| > > #endif > > - (1<<AUTONUMA_SCAN_PMD_FLAG); > > + (0<<AUTONUMA_SCAN_PMD_FLAG); > > > > Let X86 scan pmd by default, agree? Sure, yes. This patch just lists the changes required to get the framework running on powerpc so that we know the location of code changes. We will need an arch specific default flags and leave this ON for x86. --Vaidy -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>