Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 31581
b: refs/heads/master
c: e2c2770
h: refs/heads/master
i:
  31579: c69cfad
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Jul 1, 2006
1 parent d6c2e0f commit d3d3009
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 1add6781c85d7e2ee512315113a16193b3e3937d
refs/heads/master: e2c2770096b686b4d2456173f53cb50e01aa635c
6 changes: 3 additions & 3 deletions trunk/include/linux/cpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ int cpu_down(unsigned int cpu);
#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)
#define register_hotcpu_notifier(nb)
#define unregister_hotcpu_notifier(nb)
#define hotcpu_notifier(fn, pri) do { } while (0)
#define register_hotcpu_notifier(nb) do { } while (0)
#define unregister_hotcpu_notifier(nb) do { } while (0)

/* 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 d3d3009

Please sign in to comment.