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:
9a4f8a8
)
percpu: add an indirection ptr for chunk page map access
author
Tejun Heo
<tj@kernel.org>
Fri, 6 Mar 2009 05:33:59 +0000
(14:33 +0900)
committer
Tejun Heo
<tj@kernel.org>
Fri, 6 Mar 2009 05:33:59 +0000
(14:33 +0900)
Impact: allow sharing page map, no functional difference yet
Make chunk->page access indirect by adding a pointer and renaming the
actual array to page_ar. This will be used by future changes.
Signed-off-by: Tejun Heo <tj@kernel.org>
No differences found