]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9b1ddb85d4b872e00c415f00783cc2346e8e8a4a
treed8e705f8dbfd7199bef1870bc3e7b707b80e456a
parent7e7f88b9077a9cb0fcef3d427cda18b6f81f9511
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