Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 119328
b: refs/heads/master
c: 02d0e67
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Nov 30, 2008
1 parent 4e77d53 commit e826344
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: d3a307f32ec3554739033762672e533e2d246dae
refs/heads/master: 02d0e6753d8ab0173b63338157929e52eac86d12
2 changes: 1 addition & 1 deletion trunk/include/linux/memory.h
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ extern int memory_notify(unsigned long val, void *v);

#ifdef CONFIG_MEMORY_HOTPLUG
#define hotplug_memory_notifier(fn, pri) { \
static struct notifier_block fn##_mem_nb = \
static __meminitdata struct notifier_block fn##_mem_nb =\
{ .notifier_call = fn, .priority = pri }; \
register_memory_notifier(&fn##_mem_nb); \
}
Expand Down

0 comments on commit e826344

Please sign in to comment.