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:
2f2f52b
)
x86: always page-align per-cpu area start and size
author
Brian Gerst
<brgerst@gmail.com>
Tue, 27 Jan 2009 03:56:47 +0000
(12:56 +0900)
committer
Tejun Heo
<tj@kernel.org>
Tue, 27 Jan 2009 03:56:47 +0000
(12:56 +0900)
Impact: cleanup
The way the code is written, align is always PAGE_SIZE. Simplify
the code by removing the align variable.
Signed-off-by: Brian Gerst <brgerst@gmail.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
No differences found