commit | fd578f9c0a0a7bf3e460e6f21cdc6f4018949e80 | [log] [tgz] |
---|---|---|
author | Pekka Enberg <penberg@cs.helsinki.fi> | Tue Mar 03 12:55:05 2009 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Mar 03 12:07:00 2009 +0100 |
tree | d8e705f8dbfd7199bef1870bc3e7b707b80e456a | |
parent | 2b688dfd0a93cf3b17c38feef693361da47b0606 [diff] |
x86: use roundup() instead of PAGE_ALIGN() in find_early_table_space() Impact: cleanup This patch changes find_early_table_space() to use roundup() for rounding up tables to page size to unify the common parts of the 32-bit and 64-bit implementations. Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi> LKML-Reference: <1236077705.2675.6.camel@penberg-laptop> Signed-off-by: Ingo Molnar <mingo@elte.hu>