diff options
| author | Ingo Molnar <mingo@elte.hu> | 2009-04-05 19:41:22 -0400 |
|---|---|---|
| committer | Ingo Molnar <mingo@elte.hu> | 2009-04-05 19:41:22 -0400 |
| commit | 9efe21cb82b5dbe3b0b2ae4de4eccc64ecb94e95 (patch) | |
| tree | 7ff8833745d2f268f897f6fa4a27263b4a572245 /include/linux/cpu.h | |
| parent | de18836e447c2dc30120c0919b8db8ddc0401cc4 (diff) | |
| parent | 0221c81b1b8eb0cbb6b30a0ced52ead32d2b4e4c (diff) | |
Merge branch 'linus' into irq/threaded
Conflicts:
include/linux/irq.h
kernel/irq/handle.c
Diffstat (limited to 'include/linux/cpu.h')
| -rw-r--r-- | include/linux/cpu.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/include/linux/cpu.h b/include/linux/cpu.h index c2747ac2ae43..2643d848df90 100644 --- a/include/linux/cpu.h +++ b/include/linux/cpu.h | |||
| @@ -23,7 +23,6 @@ | |||
| 23 | #include <linux/node.h> | 23 | #include <linux/node.h> |
| 24 | #include <linux/compiler.h> | 24 | #include <linux/compiler.h> |
| 25 | #include <linux/cpumask.h> | 25 | #include <linux/cpumask.h> |
| 26 | #include <linux/mutex.h> | ||
| 27 | 26 | ||
| 28 | struct cpu { | 27 | struct cpu { |
| 29 | int node_id; /* The node which contains the CPU */ | 28 | int node_id; /* The node which contains the CPU */ |
| @@ -103,16 +102,6 @@ extern struct sysdev_class cpu_sysdev_class; | |||
| 103 | #ifdef CONFIG_HOTPLUG_CPU | 102 | #ifdef CONFIG_HOTPLUG_CPU |
| 104 | /* Stop CPUs going up and down. */ | 103 | /* Stop CPUs going up and down. */ |
| 105 | 104 | ||
| 106 | static inline void cpuhotplug_mutex_lock(struct mutex *cpu_hp_mutex) | ||
| 107 | { | ||
| 108 | mutex_lock(cpu_hp_mutex); | ||
| 109 | } | ||
| 110 | |||
| 111 | static inline void cpuhotplug_mutex_unlock(struct mutex *cpu_hp_mutex) | ||
| 112 | { | ||
| 113 | mutex_unlock(cpu_hp_mutex); | ||
| 114 | } | ||
| 115 | |||
| 116 | extern void get_online_cpus(void); | 105 | extern void get_online_cpus(void); |
| 117 | extern void put_online_cpus(void); | 106 | extern void put_online_cpus(void); |
| 118 | #define hotcpu_notifier(fn, pri) { \ | 107 | #define hotcpu_notifier(fn, pri) { \ |
| @@ -126,11 +115,6 @@ int cpu_down(unsigned int cpu); | |||
| 126 | 115 | ||
| 127 | #else /* CONFIG_HOTPLUG_CPU */ | 116 | #else /* CONFIG_HOTPLUG_CPU */ |
| 128 | 117 | ||
| 129 | static inline void cpuhotplug_mutex_lock(struct mutex *cpu_hp_mutex) | ||
| 130 | { } | ||
| 131 | static inline void cpuhotplug_mutex_unlock(struct mutex *cpu_hp_mutex) | ||
| 132 | { } | ||
| 133 | |||
| 134 | #define get_online_cpus() do { } while (0) | 118 | #define get_online_cpus() do { } while (0) |
| 135 | #define put_online_cpus() do { } while (0) | 119 | #define put_online_cpus() do { } while (0) |
| 136 | #define hotcpu_notifier(fn, pri) do { (void)(fn); } while (0) | 120 | #define hotcpu_notifier(fn, pri) do { (void)(fn); } while (0) |
