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:
8ac8375
)
percpu: add __read_mostly to variables which are mostly read only
author
Tejun Heo
<tj@kernel.org>
Tue, 24 Feb 2009 03:32:28 +0000
(12:32 +0900)
committer
Tejun Heo
<tj@kernel.org>
Tue, 24 Feb 2009 05:24:30 +0000
(14:24 +0900)
Most global variables in percpu allocator are initialized during boot
and read only from that point on. Add __read_mostly as per Rusty's
suggestion.
Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: Rusty Russell <rusty@rustcorp.com.au>
No differences found