]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00174974 [MX6]Fix CPU hotplug platform related issue
authorAnson Huang <b20788@freescale.com>
Wed, 23 May 2012 01:38:29 +0000 (09:38 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 24 May 2013 06:34:42 +0000 (08:34 +0200)
commit95d75e87bc3b964c4e47e36fdc27400ddcffd3f4
tree5642ec3dfaa8ca2e6a858b890dbfd894ceb66d49
parent0af821e2e8906d932c19cf440a12df9283a43593
ENGR00174974 [MX6]Fix CPU hotplug platform related issue

We need to turn of cache coherency of secondary core before
it is disable by core0, otherwise, the secondary core may be
waked by cache sync, and if it exit from wfi and access BUS,
meanwhile, core0 disable it from hardware, the whole SOC would
hang.

Signed-off-by: Anson Huang <b20788@freescale.com>
arch/arm/mach-mx6/plat_hotplug.c