On Wed, 22 Aug 2012, Russell King - ARM Linux wrote: > On Wed, Aug 22, 2012 at 10:53:02AM +0100, Russell King - ARM Linux wrote: > > @@ -826,7 +826,7 @@ static void __init fill_pmd_gaps(void) > > > > /* we're still single threaded hence no lock needed here */ > > for (vm = vmlist; vm; vm = vm->next) { > > - if (!(vm->flags & VM_ARM_STATIC_MAPPING)) > > + if (!(vm->flags & (VM_ARM_STATIC_MAPPING | VM_ARM_EMPTY_MAPPING)) > > Not forgetting the additional close paren needed here... Acked-by: Nicolas Pitre <nico@xxxxxxxxxx> Nicolas -- To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html