On Sat, Jul 07, 2012 at 12:08:28AM +0530, Vaidyanathan Srinivasan wrote: > * 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. I applied it and added the flag. Let me know if this is ok. http://git.kernel.org/?p=linux/kernel/git/andrea/aa.git;a=commitdiff;h=1cf85a3f23326bba89d197e845ab6f7883d0efd3 http://git.kernel.org/?p=linux/kernel/git/andrea/aa.git;a=commitdiff;h=0276c4e2f7e9c3fc856f9dd5be319c2db1761cb4 I'm trying to fix all review points before releasing a new autonuma20 but you can follow the current status on the devel origin/autonuma branch. -- 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>