From: Magnus Damm Date: Tue, 14 Dec 2010 07:57:11 +0000 (+0900) Subject: ARM: mach-shmobile: sh73a0 SMP support X-Git-Tag: v2.6.38-rc1~462^2~4^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72f4d57923d2aa651db060a71a6f6211654c119e;p=pandora-kernel.git ARM: mach-shmobile: sh73a0 SMP support Add SMP support for ag5evm and the sh73a0 processor. Onlining and offlining works well, but at this point offlined processor cores are not put into sleep mode. There is no spinlock for syncing the secondary core with the first one in this implementation. The code instead relies on the cpu_online() check in __cpu_up(). Signed-off-by: Magnus Damm Signed-off-by: Paul Mundt --- Reading git-diff-tree failed