summaryrefslogtreecommitdiff
path: root/arch/arm/mach-realview/hotplug.c
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2010-05-15 10:18:05 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2010-05-15 15:03:51 +0100
commit8e2a43f5f5e1255879064924917fb1a6e5be7cb3 (patch)
tree561ddfdf7bc8e152f0f13bc4dcfe18f3eb517fd5 /arch/arm/mach-realview/hotplug.c
parent75070612c49c0bb976bb9221d051b20316ad1bc7 (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/hotplug.c')
-rw-r--r--arch/arm/mach-realview/hotplug.c2
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)
cpu_leave_lowpower();
}
-int mach_cpu_disable(unsigned int cpu)
+int platform_cpu_disable(unsigned int cpu)
{
/*
* we don't allow CPU 0 to be shutdown (it is still too special