It looks like config issue with git-send-email on my system. Here is Patch Description: The CONFIG_DEBUG_FS is not enabled in omap_zoom2_defconfig which is breaking zoom2 defconfig build in linux-omap-pm(pm branch). This patch fixes build issue and kernel booting is also tested on zoom2. > -----Original Message----- > From: G, Manjunath Kondaiah > Sent: Monday, November 02, 2009 1:26 PM > To: linux-omap@xxxxxxxxxxxxxxx > Cc: khilman@xxxxxxxxxxxxxxxxxxx; G, Manjunath Kondaiah > Subject: [PATCH] [OMAP3_PM] Fix zoom2 defconfig build > > From: Manjunatha GK <manjugk@xxxxxx> > > > Signed-off-by: Manjunatha GK <manjugk@xxxxxx> > --- > arch/arm/configs/omap_zoom2_defconfig | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/arch/arm/configs/omap_zoom2_defconfig > b/arch/arm/configs/omap_zoom2_defconfig > index f1739fa..8ca835a 100644 > --- a/arch/arm/configs/omap_zoom2_defconfig > +++ b/arch/arm/configs/omap_zoom2_defconfig > @@ -1350,7 +1350,7 @@ CONFIG_ENABLE_MUST_CHECK=y > CONFIG_FRAME_WARN=1024 > CONFIG_MAGIC_SYSRQ=y > # CONFIG_UNUSED_SYMBOLS is not set > -# CONFIG_DEBUG_FS is not set > +CONFIG_DEBUG_FS=y > # CONFIG_HEADERS_CHECK is not set > CONFIG_DEBUG_KERNEL=y > # CONFIG_DEBUG_SHIRQ is not set > -- > 1.6.0.4 > > -- 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