Home
last modified time | relevance | path

Searched hist:"05 c74a6cbcfb416286a947668ba32f63d99fe74a" (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/arm/mach-tegra/
H A Dplatsmp.cdiff 05c74a6cbcfb416286a947668ba32f63d99fe74a Fri Dec 03 05:09:48 CST 2010 Russell King <rmk+kernel@arm.linux.org.uk> ARM: SMP: consolidate the common parts of smp_prepare_cpus()

There is a certain amount of smp_prepare_cpus() which doesn't belong
in the platform support code - that is, code which is invariant to the
SMP implementation. Move this code into arch/arm/kernel/smp.c, and
add a platform_ prefix to the original function.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
/openbmc/linux/arch/arm/include/asm/
H A Dsmp.hdiff 05c74a6cbcfb416286a947668ba32f63d99fe74a Fri Dec 03 05:09:48 CST 2010 Russell King <rmk+kernel@arm.linux.org.uk> ARM: SMP: consolidate the common parts of smp_prepare_cpus()

There is a certain amount of smp_prepare_cpus() which doesn't belong
in the platform support code - that is, code which is invariant to the
SMP implementation. Move this code into arch/arm/kernel/smp.c, and
add a platform_ prefix to the original function.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
/openbmc/linux/arch/arm/mach-ux500/
H A Dplatsmp.cdiff 05c74a6cbcfb416286a947668ba32f63d99fe74a Fri Dec 03 05:09:48 CST 2010 Russell King <rmk+kernel@arm.linux.org.uk> ARM: SMP: consolidate the common parts of smp_prepare_cpus()

There is a certain amount of smp_prepare_cpus() which doesn't belong
in the platform support code - that is, code which is invariant to the
SMP implementation. Move this code into arch/arm/kernel/smp.c, and
add a platform_ prefix to the original function.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
/openbmc/linux/arch/arm/mach-shmobile/
H A Dsmp-sh73a0.cdiff 60116a73780fcf7dc01950467d75229926dc73dc Thu May 19 01:26:20 CDT 2011 Magnus Damm <damm@opensource.se> ARM: mach-shmobile: sh73a0 twd_base fix

Fix the case of too late twd_base initialization for SMP
on sh73a0 which bas been broken because sh73a0 specific
smp_prepare_cpu() and percpu_timer_setup() changed order
in the commits:

05c74a6cbcfb416286a947668ba32f63d99fe74a
c413521eb4e2d7ffd5ce432a144708d479054bd3

Without this fix the sh73a0 SMP kernel panics on boot.

Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
/openbmc/linux/arch/arm/mach-omap2/
H A Domap-smp.cdiff 05c74a6cbcfb416286a947668ba32f63d99fe74a Fri Dec 03 05:09:48 CST 2010 Russell King <rmk+kernel@arm.linux.org.uk> ARM: SMP: consolidate the common parts of smp_prepare_cpus()

There is a certain amount of smp_prepare_cpus() which doesn't belong
in the platform support code - that is, code which is invariant to the
SMP implementation. Move this code into arch/arm/kernel/smp.c, and
add a platform_ prefix to the original function.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
/openbmc/linux/arch/arm/kernel/
H A Dsmp.cdiff 05c74a6cbcfb416286a947668ba32f63d99fe74a Fri Dec 03 05:09:48 CST 2010 Russell King <rmk+kernel@arm.linux.org.uk> ARM: SMP: consolidate the common parts of smp_prepare_cpus()

There is a certain amount of smp_prepare_cpus() which doesn't belong
in the platform support code - that is, code which is invariant to the
SMP implementation. Move this code into arch/arm/kernel/smp.c, and
add a platform_ prefix to the original function.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>