* [PATCH] remove unused lock_cpu_hotplug_interruptible definition
@ 2007-06-12 19:04 Nathan Lynch
0 siblings, 0 replies; only message in thread
From: Nathan Lynch @ 2007-06-12 19:04 UTC (permalink / raw)
To: linux-kernel; +Cc: Andrew Morton, Nathan Lynch
aa95387774039096c11803c04011f1aa42d85758 removed the implementation of
lock_cpu_hotplug_interruptible and all users of it. This stub
definition for !CONFIG_HOTPLUG_CPU was left over -- kill it now.
Signed-off-by: Nathan Lynch <ntl@pobox.com>
---
include/linux/cpu.h | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/include/linux/cpu.h b/include/linux/cpu.h
index 3b2df25..c2236bb 100644
--- a/include/linux/cpu.h
+++ b/include/linux/cpu.h
@@ -120,7 +120,6 @@ static inline void cpuhotplug_mutex_unlock(struct mutex *cpu_hp_mutex)
#define lock_cpu_hotplug() do { } while (0)
#define unlock_cpu_hotplug() do { } while (0)
-#define lock_cpu_hotplug_interruptible() 0
#define hotcpu_notifier(fn, pri) do { (void)(fn); } while (0)
#define register_hotcpu_notifier(nb) do { (void)(nb); } while (0)
#define unregister_hotcpu_notifier(nb) do { (void)(nb); } while (0)
--
1.5.2
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-06-12 19:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-06-12 19:04 [PATCH] remove unused lock_cpu_hotplug_interruptible definition Nathan Lynch
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®