From mboxrd@z Thu Jan 1 00:00:00 1970 From: nicolas.pitre@linaro.org (Nicolas Pitre) Date: Mon, 14 Jan 2013 11:57:11 -0500 (EST) Subject: [PATCH] ARM: imx: disable cpu in .cpu_kill hook In-Reply-To: <20130114164642.GI23505@n2100.arm.linux.org.uk> References: <1358168977-9631-1-git-send-email-shawn.guo@linaro.org> <50F40E58.4030808@gmail.com> <20130114164642.GI23505@n2100.arm.linux.org.uk> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, 14 Jan 2013, Russell King - ARM Linux wrote: > On Mon, Jan 14, 2013 at 11:29:13AM -0500, Nicolas Pitre wrote: > > On Mon, 14 Jan 2013, Rob Herring wrote: > > > > > Setting or clearing the SMP bit is showing up in multiple places > > > (big.LITTLE series, Tegra cpuidle). I did inline versions of > > > set_auxcr/get_auxcr for highbank cpuidle. We should be make those common. > > > > Could you do that like now and send it to RMK for his stable branch? > > This way I could rebase the b.L series on top. > > Just be clear: I don't think this is something for the stable trees. Right, not the stable tree but more precisely the devel-stable branch. Nicolas