From: Peter Zijlstra Date: Wed, 27 Oct 2010 22:32:57 +0000 (-0700) Subject: mm,x86: fix kmap_atomic_push vs ioremap_32.c X-Git-Tag: v2.6.37-rc1~85^2~138 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8e23a291852cd7c4fb5ca696dbb93912185ad10;p=pandora-kernel.git mm,x86: fix kmap_atomic_push vs ioremap_32.c It appears i386 uses kmap_atomic infrastructure regardless of CONFIG_HIGHMEM which results in a compile error when highmem is disabled. Cure this by providing the needed few bits for both CONFIG_HIGHMEM and CONFIG_X86_32. Signed-off-by: Peter Zijlstra Reported-by: Chris Wilson Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed