Hi At least N810 hangs somewhere executing local_flush_tlb_all() in omap_map_sram. Last printk is before that call. diff --git a/arch/arm/plat-omap/sram.c b/arch/arm/plat-omap/sram.c index 853048d..5ddf417 100644 --- a/arch/arm/plat-omap/sram.c +++ b/arch/arm/plat-omap/sram.c @@ -215,8 +215,11 @@ void __init omap_map_sram(void) * mdesc->map_io(), but since we're called from map_io(), we * must do it here. */ +printk("%s @ %d\n", __func__, __LINE__); local_flush_tlb_all(); +printk("%s @ %d\n", __func__, __LINE__); flush_cache_all(); +printk("%s @ %d\n", __func__, __LINE__); /* * Looks like we need to preserve some bootloader code at the Reverting Paul's commit below doesn't help. commit 61db7fb1c78c32b6abdc5c7965981de332aeaa5b Author: Paul Walmsley <paul@xxxxxxxxx> Date: Tue Aug 12 00:04:15 2008 +0100 [ARM] 5192/1: ARM TLB: add v7wbi_{possible,always}_flags to {possible,always However Beagle is still booting fine with my current head commit 5b99e69f31fa575e53483e1f90c3a88939ca0b95 Merge: f9ceca7... 4330ed8... Author: Tony Lindgren <tony@xxxxxxxxxxx> Date: Tue Oct 7 14:27:17 2008 +0300 Merge current mainline tree into linux-omap tree Merge branches 'master' and 'linus' Jarkko -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html