diff options
| author | Steve French <sfrench@us.ibm.com> | 2005-11-09 17:33:22 -0500 |
|---|---|---|
| committer | Steve French <sfrench@us.ibm.com> | 2005-11-09 17:33:22 -0500 |
| commit | e82b3aec8d508d2a925a4c766e97f16b7c4dfb1b (patch) | |
| tree | 69d5685ef0c194f651a03e30bff14628b4d45400 /include/linux/cpu.h | |
| parent | ec58ef03284f0bfa50a04982b74c8c2325a0758e (diff) | |
| parent | ad8f76be48d817b48222411ae16a7dfe257bdb24 (diff) | |
Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.git
Diffstat (limited to 'include/linux/cpu.h')
| -rw-r--r-- | include/linux/cpu.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/cpu.h b/include/linux/cpu.h index 1f7b2c097503..43c44530ef9d 100644 --- a/include/linux/cpu.h +++ b/include/linux/cpu.h | |||
| @@ -42,6 +42,7 @@ struct notifier_block; | |||
| 42 | /* Need to know about CPUs going up/down? */ | 42 | /* Need to know about CPUs going up/down? */ |
| 43 | extern int register_cpu_notifier(struct notifier_block *nb); | 43 | extern int register_cpu_notifier(struct notifier_block *nb); |
| 44 | extern void unregister_cpu_notifier(struct notifier_block *nb); | 44 | extern void unregister_cpu_notifier(struct notifier_block *nb); |
| 45 | extern int current_in_cpu_hotplug(void); | ||
| 45 | 46 | ||
| 46 | int cpu_up(unsigned int cpu); | 47 | int cpu_up(unsigned int cpu); |
| 47 | 48 | ||
| @@ -54,6 +55,10 @@ static inline int register_cpu_notifier(struct notifier_block *nb) | |||
| 54 | static inline void unregister_cpu_notifier(struct notifier_block *nb) | 55 | static inline void unregister_cpu_notifier(struct notifier_block *nb) |
| 55 | { | 56 | { |
| 56 | } | 57 | } |
| 58 | static inline int current_in_cpu_hotplug(void) | ||
| 59 | { | ||
| 60 | return 0; | ||
| 61 | } | ||
| 57 | 62 | ||
| 58 | #endif /* CONFIG_SMP */ | 63 | #endif /* CONFIG_SMP */ |
| 59 | extern struct sysdev_class cpu_sysdev_class; | 64 | extern struct sysdev_class cpu_sysdev_class; |
