From: Hollis Blanchard Date: Mon, 10 Nov 2008 14:33:36 +0000 (+0000) Subject: powerpc: Remove superfluous WARN_ON() from dma-noncoherent.c X-Git-Tag: v2.6.29-rc1~574^2~118 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7526ff76f84178f8c926de7e590e4c5f9d4a2e62;p=pandora-kernel.git powerpc: Remove superfluous WARN_ON() from dma-noncoherent.c I can't tell why this WARN_ON exists, and there's no comment explaining it. Whether the pmd is present or not, pte_alloc_kernel() seems to handle both cases. Booting a 440 kernel with 64K PAGE_SIZE triggers the warning, but boot successfully completes and I see no problems beyond that. Signed-off-by: Hollis Blanchard Acked-by: Benjamin Herrenschmidt Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed