> -----Original Message----- > From: Kevin Hilman [mailto:khilman@xxxxxxxxxxxxxxxxxxx] > Sent: Monday, October 04, 2010 8:36 PM > To: G, Manjunath Kondaiah > Cc: Tony Lindgren; linux-omap@xxxxxxxxxxxxxxx > Subject: Re: NOTE: hwmod changes merged to linux-omap master > for testing > > "G, Manjunath Kondaiah" <manjugk@xxxxxx> writes: > > > Hi Tony, > > With latest merges on master branch with commit ID: > > 0882b1455797b0a104978000a622c3f2412e7cf5 omap: READ CAREFULLY: Fix > > build after merging in hwmod support for testing > > > > Booting with zoom3 seems to be fine but observed issues > with omap4 blaze board. > > > > Looks like multiple warning dumps and finally it crashes > after "Freeing init memory" with both NFS and ramdisk file systems. > > > > The complete bootlogs are available at: > > NFS bootlog: > > http://pastebin.com/nrWQ5FGG > > In the future, it helps greatly if you state what defconfig > you're using, ok. I have used omap2plus_defconfig > and specifically what you've changed from the > default defconfig. No changes to defconfig > > Looking at this log, you've enabled CPUidle in your config, > which is not > (yet) supported for OMAP4 in mainline. As I mentioned no changes to defconfig and it looks like cpu idle is disabled and cpu idle wait is enabled in .config after running make omap2plus_defconfig $ cat arch/arm/configs/omap2plus_defconfig | grep "CPU_IDLE" $ $ make omap2plus_defconfig # # configuration written to .config # $ cat .config | grep "CPU_IDLE" CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y # CONFIG_CPU_IDLE is not set $ Even if I disable CPU_IDLE_WAIT manually, behaviour is same -Manjunath -- 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