x86, mm: fix misuse of debug_kmap_atomic
authorAkinobu Mita <akinobu.mita@gmail.com>
Thu, 2 Apr 2009 07:01:26 +0000 (16:01 +0900)
committerIngo Molnar <mingo@elte.hu>
Thu, 2 Apr 2009 14:37:04 +0000 (16:37 +0200)
commita7f8c50d90a4e983c456ae75e534b5cd6c03674b
treeb82409e5a859ed5c4fb245998ce438ff7f290847
parent83f2f0ed715eb15a8e13c07df479d65bbc10d8d5
x86, mm: fix misuse of debug_kmap_atomic

Impact: fix CONFIG_DEBUG_HIGHMEM=y breakage

Commit 7ca43e756 ("mm: use debug_kmap_atomic") introduced some
debug_kmap_atomic() calls in the wrong places.

Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
LKML-Reference: <20090402070126.GA3951@localhost.localdomain>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/mm/highmem_32.c
arch/x86/mm/iomap_32.c