diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-05-15 05:18:05 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-05-15 10:03:51 -0400 |
commit | 8e2a43f5f5e1255879064924917fb1a6e5be7cb3 (patch) | |
tree | 561ddfdf7bc8e152f0f13bc4dcfe18f3eb517fd5 /arch/arm/mach-realview | |
parent | 75070612c49c0bb976bb9221d051b20316ad1bc7 (diff) |
ARM: rename mach_cpu_disable() to platform_cpu_disable()
Consistently name all SMP platform related functions.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-realview')
-rw-r--r-- | arch/arm/mach-realview/hotplug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-realview/hotplug.c b/arch/arm/mach-realview/hotplug.c index be048e3e8799..f95521a5e5ce 100644 --- a/arch/arm/mach-realview/hotplug.c +++ b/arch/arm/mach-realview/hotplug.c | |||
@@ -131,7 +131,7 @@ void platform_cpu_die(unsigned int cpu) | |||
131 | cpu_leave_lowpower(); | 131 | cpu_leave_lowpower(); |
132 | } | 132 | } |
133 | 133 | ||
134 | int mach_cpu_disable(unsigned int cpu) | 134 | int platform_cpu_disable(unsigned int cpu) |
135 | { | 135 | { |
136 | /* | 136 | /* |
137 | * we don't allow CPU 0 to be shutdown (it is still too special | 137 | * we don't allow CPU 0 to be shutdown (it is still too special |