commit | 1ae613883468eab2fb8a077aad9fdedfbfa73d1b | [log] [tgz] |
---|---|---|
author | Eric Sesterhenn <snakebyte@gmx.de> | Tue Jan 17 15:36:05 2006 -0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Jan 17 15:36:05 2006 -0800 |
tree | 137e13bddb040f4ae9a997473e847304dcd7c19e | |
parent | 9eb3394bf2037120881a8846bc67064f49325366 [diff] |
[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>