]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00154648 [Mx6]SMP hotplug sometimes hang
authorAnson Huang <b20788@freescale.com>
Wed, 10 Aug 2011 02:20:38 +0000 (10:20 +0800)
committerOliver Wendt <ow@karo-electronics.de>
Mon, 30 Sep 2013 12:09:27 +0000 (14:09 +0200)
commit5551b794b20d8a29f9c6d7a09b9c59a45b7ec69b
treecc6afc4343cc84f2527305322e03c2f788c05783
parent760b1be583013a4cd2615e1f1553686e6c90a91d
ENGR00154648 [Mx6]SMP hotplug sometimes hang

1. boot_secondary ioremap need unmap, or the
stress test of hot-plug and suspend/resume will
cause the virtual address space leak;

2. Disable secondary CPUs need done by CPU0, move
the SRC_SCR setting to platform_cpu_kill.

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