Russell, > -----Original Message----- > From: Russell King - ARM Linux [mailto:linux@xxxxxxxxxxxxxxxx] > Sent: Monday, June 08, 2009 8:21 PM > To: Shilimkar, Santosh > Cc: linux-arm-kernel@xxxxxxxxxxxxxxxxxxxxxx; > linux-omap@xxxxxxxxxxxxxxx; Tony Lindgren > Subject: Re: [PATCH 0/4]ARM: OMAP4: SMP: Patch series > > On Wed, May 27, 2009 at 09:52:38PM +0530, Shilimkar, Santosh wrote: > > I have rebased this series on top of your arm-smp patches > and my earlier > > basic omap4 patches. > > Can you please rebase your patches on commit c7f7ff1 in my tree (it's > in my devel branch) and I'll merge them in. > > (Please don't base patches on the top of the devel branch - > you may notice > it's a merge of 'devel-unstable' which is... unstable stuff.) I have rebased my patches on commit c7f7ff1 in your tree's devel branch. The 'arch/arm/mach-types' is still not updated in your tree so I added manually to test the functionality. Is it possible for you to pull these patches from following: git://dev.omapzoom.org/pub/scm/santosh/kernel-omap4-base.git for_rmk -shortlog Santosh Shilimkar(4) ARM: OMAP4: SMP: Update defconfig for OMAP4430 ARM: OMAP4: SMP: Enable SMP support for OMAP4430 ARM: OMAP4: SMP: Add mpu timer support for OMAP4430 ARM: OMAP4: SMP: Add OMAP4430 SMP board files -diffstat arch/arm/Kconfig | 8 +- arch/arm/configs/omap_4430sdp_defconfig | 128 +++++++++++++----- arch/arm/mach-omap2/Makefile | 4 + arch/arm/mach-omap2/omap-headsmp.S | 46 +++++++ arch/arm/mach-omap2/omap-smp.c | 178 +++++++++++++++++++++++++ arch/arm/mach-omap2/timer-gp.c | 4 + arch/arm/mach-omap2/timer-mpu.c | 34 +++++ arch/arm/plat-omap/include/mach/entry-macro.S | 28 ++++ arch/arm/plat-omap/include/mach/irqs.h | 2 + arch/arm/plat-omap/include/mach/smp.h | 51 +++++++ 10 files changed, 445 insertions(+), 38 deletions(-) create mode 100644 arch/arm/mach-omap2/omap-headsmp.S create mode 100644 arch/arm/mach-omap2/omap-smp.c create mode 100644 arch/arm/mach-omap2/timer-mpu.c create mode 100644 arch/arm/plat-omap/include/mach/smp.h Regards, Santosh -- 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