]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit952ccdddbe3bf5dd8b7764977b661b6639b87f9e
tree137e13bddb040f4ae9a997473e847304dcd7c19e
parentf6a55452b998ac41ac5b11df19b31ac079ceef06
[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