]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
x86: set_highmem_pages_init() cleanup
authorPekka Enberg <penberg@cs.helsinki.fi>
Tue, 3 Mar 2009 12:10:12 +0000 (14:10 +0200)
committerIngo Molnar <mingo@elte.hu>
Tue, 3 Mar 2009 12:13:15 +0000 (13:13 +0100)
commit867c5b5292583b1e474cbbcb4c77f09bfca3903c
tree44b0d467ce71aa7a68ef5fcb2b256555fa664f4b
parente5b2bb552706ca0e30795ee84caacbb37cec5705
x86: set_highmem_pages_init() cleanup

Impact: cleanup

This patch moves set_highmem_pages_init() to arch/x86/mm/highmem_32.c.

The declaration of the function is kept in asm/numa_32.h because
asm/highmem.h is included only if CONFIG_HIGHMEM is enabled so we
can't put the empty static inline function there.

Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
LKML-Reference: <1236082212.2675.24.camel@penberg-laptop>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/include/asm/numa_32.h
arch/x86/mm/highmem_32.c
arch/x86/mm/init_32.c
arch/x86/mm/numa_32.c