]> bbs.cooldavid.org Git - net-next-2.6.git/commit
x86, 32-bit: simplify alloc_low_page()
authorJan Beulich <jbeulich@novell.com>
Tue, 16 Dec 2008 11:42:45 +0000 (11:42 +0000)
committerIngo Molnar <mingo@elte.hu>
Tue, 16 Dec 2008 17:41:37 +0000 (18:41 +0100)
commitd6be89ad660c5d03edef91715093d447025df59b
treee04ae61480ecc3d4633deea73fef0983322f125e
parenta0286c94f07636380082608196d41dd725a83229
x86, 32-bit: simplify alloc_low_page()

Impact: cleanup

Neither of the callers really needs the physical address this function
returns, so eliminate the pointless argument.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/mm/init_32.c