]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb0101cb51547e4a19b96654d7b98655815af3b1e
tree53e1fa4c8a6605c11fea863542c6b4e26dd6c385
parent4031dae704c1deab7ab842c79fbca9783b487ef7
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