On Thu, 2013-05-16 at 06:48 +0800, Stephen Warren wrote: > On 05/15/2013 04:27 AM, Joseph Lo wrote: > > For supporting single image on all Tegra series, we need to skip some HW > > support code for Cortex-A9 only. > > > diff --git a/arch/arm/mach-tegra/sleep.S b/arch/arm/mach-tegra/sleep.S > > > + check_cpu_part_num 0xc09, r9, r10 > > + movweq r4, #:lower16:(TEGRA_ARM_PERIF_BASE + 0x3000) > > + movteq r4, #:upper16:(TEGRA_ARM_PERIF_BASE + 0x3000) > > + moveq r5, #0 > > + streq r5, [r4, #L2X0_CTRL] > > Do those conditional instructions need a Thumb iteq wrapped around them > in order to compile in Thumb2 mode? Same comment for the other change, > although IIRC iteq only supports 4 instructions at a time, so maybe a > branch would be better there. Using branches might also reduce the size > of the diff, and make the change more obvious. IIRC, I had tested this patch series with THUMB2_KERNEL enabled. It's OK. I can double confirm again later. Thanks, Joseph -- To unsubscribe from this list: send the line "unsubscribe linux-tegra" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html