x86: unify 64-bit UMA and NUMA paging_init()
authorPekka Enberg <penberg@cs.helsinki.fi>
Thu, 7 May 2009 12:35:41 +0000 (15:35 +0300)
committerIngo Molnar <mingo@elte.hu>
Mon, 11 May 2009 09:52:06 +0000 (11:52 +0200)
commit3551f88f6439cf4da3f5a3747b320280e30500de
tree5340ec7013bee0b73e288dcde5a6eee9fe2612a1
parent0964b0562bb9c93194e852b47bab2397b9e11c18
x86: unify 64-bit UMA and NUMA paging_init()

64-bit UMA and NUMA versions of paging_init() are almost identical.
Therefore, merge the copy in mm/numa_64.c to mm/init_64.c to remove
duplicate code.

[ Impact: cleanup ]

Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
LKML-Reference: <1241699741.17846.30.camel@penberg-laptop>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/mm/init_64.c
arch/x86/mm/numa_64.c