Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 71205
b: refs/heads/master
c: 761bb43
h: refs/heads/master
i:
  71203: b16061c
v: v3
  • Loading branch information
Satyam Sharma authored and Linus Torvalds committed Oct 18, 2007
1 parent 3bb9fcd commit d8d32c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4603ac180a824197c2262747948d0179eb076e9c
refs/heads/master: 761bb431908e84d1793c5eb6c2ae2cc4926bed3e
5 changes: 3 additions & 2 deletions trunk/include/linux/cpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,9 @@ 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 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)
/* These aren't inline functions due to a GCC bug. */
#define register_hotcpu_notifier(nb) ({ (void)(nb); 0; })
#define unregister_hotcpu_notifier(nb) ({ (void)(nb); })

/* CPUs don't go offline once they're online w/o CONFIG_HOTPLUG_CPU */
static inline int cpu_is_offline(int cpu) { return 0; }
Expand Down

0 comments on commit d8d32c4

Please sign in to comment.