x86: unify free_init_pages() and free_initmem()
authorPekka Enberg <penberg@cs.helsinki.fi>
Tue, 3 Mar 2009 11:15:06 +0000 (13:15 +0200)
committerIngo Molnar <mingo@elte.hu>
Tue, 3 Mar 2009 11:21:18 +0000 (12:21 +0100)
commite5b2bb552706ca0e30795ee84caacbb37cec5705
tree7f34ac3dcb658df87ac6f88e52c3fcaed261d50e
parente087edd8c056292191bb989baf49f83ee509e624
x86: unify free_init_pages() and free_initmem()

Impact: unification

This patch introduces a common arch/x86/mm/init.c and moves the identical
free_init_pages() and free_initmem() functions to the file.

Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
LKML-Reference: <1236078906.2675.18.camel@penberg-laptop>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/mm/Makefile
arch/x86/mm/init.c [new file with mode: 0644]
arch/x86/mm/init_32.c
arch/x86/mm/init_64.c