]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2a0a3007429b8ae3cd9cf47f81cfd0061444728c
tree7f34ac3dcb658df87ac6f88e52c3fcaed261d50e
parenta2d64e509daf0cd6d73c7ffccecda8ed2ed35ed9
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