commit | 74631a248dc2c2129a96f6b8b706ed54bb5c3d3c | [log] [tgz] |
---|---|---|
author | Brian Gerst <brgerst@gmail.com> | Tue Jan 27 12:56:47 2009 +0900 |
committer | Tejun Heo <tj@kernel.org> | Tue Jan 27 12:56:47 2009 +0900 |
tree | 53e1fa4c8a6605c11fea863542c6b4e26dd6c385 | |
parent | 2f2f52bad72f5e1ca5d1b9ad00a7b57a8cbd9159 [diff] |
x86: always page-align per-cpu area start and size 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>