From: Andrew Morton Date: Fri, 28 Mar 2008 18:47:34 +0000 (-0700) Subject: Avoid false positive warnings in kmap_atomic_prot() with DEBUG_HIGHMEM X-Git-Tag: v2.6.25-rc8~65 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c312058b2e530722c7bd30c1b6f26eea35dc5fe;p=pandora-kernel.git Avoid false positive warnings in kmap_atomic_prot() with DEBUG_HIGHMEM I believe http://bugzilla.kernel.org/show_bug.cgi?id=10318 is a false positive. There's no way in which networking will be using highmem pages here, so it won't be taking the KM_USER0 kmap slot, so there's no point in performing these checks. Cc: Pawel Staszewski Cc: Ingo Molnar Acked-by: Christoph Lameter Cc: "David S. Miller" Signed-off-by: Andrew Morton [ Really sad. We lose almost all real-life coverage of the debug tests with this patch. Now it will only report problems for the cases where people actually end up using a HIGHMEM page, not when they just _might_ use one. - Linus ] Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed