x86: always page-align per-cpu area start and size
authorBrian Gerst <brgerst@gmail.com>
Tue, 27 Jan 2009 03:56:47 +0000 (12:56 +0900)
committerTejun Heo <tj@kernel.org>
Tue, 27 Jan 2009 03:56:47 +0000 (12:56 +0900)
commit74631a248dc2c2129a96f6b8b706ed54bb5c3d3c
tree53e1fa4c8a6605c11fea863542c6b4e26dd6c385
parent2f2f52bad72f5e1ca5d1b9ad00a7b57a8cbd9159
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>
arch/x86/kernel/setup_percpu.c