[SPARC]: change if() BUG(); to BUG_ON in iommu.c
authorEric Sesterhenn <snakebyte@gmx.de>
Tue, 17 Jan 2006 23:36:05 +0000 (15:36 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 17 Jan 2006 23:36:05 +0000 (15:36 -0800)
commit1ae613883468eab2fb8a077aad9fdedfbfa73d1b
tree137e13bddb040f4ae9a997473e847304dcd7c19e
parent9eb3394bf2037120881a8846bc67064f49325366
[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 <snakebyte@gmx.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/mm/iommu.c