git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0286b5e
)
module: Replace module_ref with atomic_t refcnt
author
Masami Hiramatsu
<masami.hiramatsu.pt@hitachi.com>
Sun, 9 Nov 2014 22:59:29 +0000
(09:29 +1030)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Tue, 11 Nov 2014 06:37:46 +0000
(17:07 +1030)
Replace module_ref per-cpu complex reference counter with
an atomic_t simple refcnt. This is for code simplification.
Signed-off-by: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
No differences found