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:
4440095
)
SYSCTL: Add a mutex to the page_alloc zone order sysctl
author
Andi Kleen
<ak@linux.intel.com>
Wed, 23 Dec 2009 20:00:47 +0000
(21:00 +0100)
committer
Andi Kleen
<ak@linux.intel.com>
Wed, 23 Dec 2009 20:01:16 +0000
(21:01 +0100)
The zone list code clearly cannot tolerate concurrent writers (I couldn't
find any locks for that), so simply add a global mutex. No need for RCU
in this case.
Signed-off-by: Andi Kleen <ak@linux.intel.com>
No differences found