Searched hist:"05 c74a6cbcfb416286a947668ba32f63d99fe74a" (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/arch/arm/mach-tegra/ |
H A D | platsmp.c | diff 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 D | smp.h | diff 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 D | platsmp.c | diff 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 D | smp-sh73a0.c | diff 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 D | omap-smp.c | diff 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 D | smp.c | diff 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>
|