projects
/
profile
/
ivi
/
kernel-adaptation-intel-automotive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f234d9
)
ARM: mach-shmobile: sh73a0: allow unplugging of CPU0
author
Ulrich Hecht
<ulrich.hecht@gmail.com>
Thu, 10 Jan 2013 10:16:44 +0000
(11:16 +0100)
committer
Simon Horman
<horms+renesas@verge.net.au>
Wed, 30 Jan 2013 04:07:59 +0000
(13:07 +0900)
sh73a0 deals fine with disabling any core, so we should permit it.
Signed-off-by: Ulrich Hecht <ulrich.hecht@gmail.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/mach-shmobile/smp-sh73a0.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-shmobile/smp-sh73a0.c
b/arch/arm/mach-shmobile/smp-sh73a0.c
index
9812ea3
..
acb46a9
100644
(file)
--- a/
arch/arm/mach-shmobile/smp-sh73a0.c
+++ b/
arch/arm/mach-shmobile/smp-sh73a0.c
@@
-143,6
+143,6
@@
struct smp_operations sh73a0_smp_ops __initdata = {
#ifdef CONFIG_HOTPLUG_CPU
.cpu_kill = sh73a0_cpu_kill,
.cpu_die = sh73a0_cpu_die,
- .cpu_disable = shmobile_cpu_disable,
+ .cpu_disable = shmobile_cpu_disable
_any
,
#endif
};