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)
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>

No differences found