]> 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)
committerOliver Wendt <ow@karo-electronics.de>
Mon, 30 Sep 2013 12:11:56 +0000 (14:11 +0200)
commit20e84b999cd09fcb5312883f0a0029dbfc8a1f65
tree5642ec3dfaa8ca2e6a858b890dbfd894ceb66d49
parent2617850cd7bc3eecc6115fd316568cb488173bf6
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