Searched hist:"1 ae61388" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/sparc/mm/ |
H A D | iommu.c | 1ae61388 Tue Jan 17 17:36:05 CST 2006 Eric Sesterhenn <snakebyte@gmx.de> [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> 1ae61388 Tue Jan 17 17:36:05 CST 2006 Eric Sesterhenn <snakebyte@gmx.de> [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>
|