From: Pekka Enberg Date: Tue, 3 Mar 2009 10:55:05 +0000 (+0200) Subject: x86: use roundup() instead of PAGE_ALIGN() in find_early_table_space() X-Git-Tag: v2.6.30-rc1~211^2~26^4~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd578f9c0a0a7bf3e460e6f21cdc6f4018949e80;p=pandora-kernel.git 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 LKML-Reference: <1236077705.2675.6.camel@penberg-laptop> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed