diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-05-15 10:18:05 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-05-15 15:03:51 +0100 |
commit | 8e2a43f5f5e1255879064924917fb1a6e5be7cb3 (patch) | |
tree | 561ddfdf7bc8e152f0f13bc4dcfe18f3eb517fd5 /arch/arm/mach-realview | |
parent | 75070612c49c0bb976bb9221d051b20316ad1bc7 (diff) | |
download | linux-8e2a43f5f5e1255879064924917fb1a6e5be7cb3.tar.gz linux-8e2a43f5f5e1255879064924917fb1a6e5be7cb3.tar.bz2 linux-8e2a43f5f5e1255879064924917fb1a6e5be7cb3.zip |
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) 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 |