x86: use roundup() instead of PAGE_ALIGN() in find_early_table_space()
authorPekka Enberg <penberg@cs.helsinki.fi>
Tue, 3 Mar 2009 10:55:05 +0000 (12:55 +0200)
committerIngo Molnar <mingo@elte.hu>
Tue, 3 Mar 2009 11:07:00 +0000 (12:07 +0100)
commitfd578f9c0a0a7bf3e460e6f21cdc6f4018949e80
treed8e705f8dbfd7199bef1870bc3e7b707b80e456a
parent2b688dfd0a93cf3b17c38feef693361da47b0606
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>
arch/x86/mm/init_32.c