From: Pekka Enberg Date: Tue, 3 Mar 2009 12:10:12 +0000 (+0200) Subject: x86: set_highmem_pages_init() cleanup X-Git-Tag: v2.6.30-rc1~211^2~26^4~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=867c5b5292583b1e474cbbcb4c77f09bfca3903c;p=pandora-kernel.git 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 LKML-Reference: <1236082212.2675.24.camel@penberg-laptop> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed