diff options
Diffstat (limited to 'arch/powerpc/platforms/pseries')
-rw-r--r-- | arch/powerpc/platforms/pseries/dlpar.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/arch/powerpc/platforms/pseries/dlpar.c b/arch/powerpc/platforms/pseries/dlpar.c index 3bd8df8af70b..37bce52526da 100644 --- a/arch/powerpc/platforms/pseries/dlpar.c +++ b/arch/powerpc/platforms/pseries/dlpar.c | |||
@@ -346,20 +346,6 @@ int dlpar_release_drc(u32 drc_index) | |||
346 | 346 | ||
347 | #ifdef CONFIG_ARCH_CPU_PROBE_RELEASE | 347 | #ifdef CONFIG_ARCH_CPU_PROBE_RELEASE |
348 | 348 | ||
349 | static DEFINE_MUTEX(pseries_cpu_hotplug_mutex); | ||
350 | |||
351 | void cpu_hotplug_driver_lock(void) | ||
352 | __acquires(pseries_cpu_hotplug_mutex) | ||
353 | { | ||
354 | mutex_lock(&pseries_cpu_hotplug_mutex); | ||
355 | } | ||
356 | |||
357 | void cpu_hotplug_driver_unlock(void) | ||
358 | __releases(pseries_cpu_hotplug_mutex) | ||
359 | { | ||
360 | mutex_unlock(&pseries_cpu_hotplug_mutex); | ||
361 | } | ||
362 | |||
363 | static int dlpar_online_cpu(struct device_node *dn) | 349 | static int dlpar_online_cpu(struct device_node *dn) |
364 | { | 350 | { |
365 | int rc = 0; | 351 | int rc = 0; |