Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96585
b: refs/heads/master
c: 3c82c30
h: refs/heads/master
i:
  96583: 17a8dec
v: v3
  • Loading branch information
Hannes Hering authored and Jeff Garzik committed May 13, 2008
1 parent 7c02efb commit a8f523f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ad5da7ab7be0a510ae69d533edf573d1ca6eec4b
refs/heads/master: 3c82c30cd5963a4523a6ec5f32fc2d20a5bb672a
2 changes: 2 additions & 0 deletions trunk/drivers/base/memory.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,13 @@ int register_memory_notifier(struct notifier_block *nb)
{
return blocking_notifier_chain_register(&memory_chain, nb);
}
EXPORT_SYMBOL(register_memory_notifier);

void unregister_memory_notifier(struct notifier_block *nb)
{
blocking_notifier_chain_unregister(&memory_chain, nb);
}
EXPORT_SYMBOL(unregister_memory_notifier);

/*
* register_memory - Setup a sysfs device for a memory block
Expand Down

0 comments on commit a8f523f

Please sign in to comment.