From: Eric Sesterhenn Date: Tue, 17 Jan 2006 23:36:05 +0000 (-0800) Subject: [SPARC]: change if() BUG(); to BUG_ON in iommu.c X-Git-Tag: v2.6.16-rc2~368^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ae613883468eab2fb8a077aad9fdedfbfa73d1b;p=pandora-kernel.git [SPARC]: change if() BUG(); to BUG_ON in iommu.c this patch changes if() BUG(); constructs in iommu.c to BUG_ON(); so it gets save to define BUG() and BUG_ON() to nullstatements. Signed-off-by: Eric Sesterhenn Signed-off-by: David S. Miller --- Reading git-diff-tree failed