From: Ingo Molnar Date: Fri, 13 Mar 2009 02:20:49 +0000 (+0100) Subject: x86: unify kmap_atomic_pfn() and iomap_atomic_prot_pfn(), fix X-Git-Tag: v2.6.30-rc1~211^2~21^2~1^7~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd63fdcc63f0f853b116b52e56200a0e0227cf5f;p=pandora-kernel.git x86: unify kmap_atomic_pfn() and iomap_atomic_prot_pfn(), fix Impact: build fix Move kmap_atomic_prot_pfn() to iomap_32.c. It is used on all 32-bit kernels, while highmem_32.c is only built on highmem kernels. ( Note: the debug_kmap_atomic_prot() check is removed for now, that problem is handled via another patch. ) Reported-by: Thomas Gleixner Cc: Akinobu Mita LKML-Reference: <20090311143317.GA22244@localhost.localdomain> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed