[IA64] BUG to BUG_ON changes
authorStoyan Gaydarov <stoyboyker@gmail.com>
Tue, 10 Mar 2009 05:10:30 +0000 (00:10 -0500)
committerTony Luck <tony.luck@intel.com>
Wed, 1 Apr 2009 16:50:48 +0000 (09:50 -0700)
commit80a03e29164c76b70e6dbb1d10515820cc24487a
treeee9426ae7b76777169079e7120a8413384f128b6
parentebf7649a4c6d37ce24c143001125cf29cc0bcf6a
[IA64] BUG to BUG_ON changes

Replace:

if (test)
BUG();

with
BUG_ON(test);

Signed-off-by: Stoyan Gaydarov <stoyboyker@gmail.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/kernel/module.c
arch/ia64/kernel/setup.c
arch/ia64/mm/init.c
arch/ia64/sn/kernel/io_common.c
arch/ia64/sn/kernel/io_init.c
arch/ia64/sn/kernel/setup.c
arch/ia64/sn/kernel/sn2/sn_hwperf.c
arch/ia64/sn/pci/pcibr/pcibr_dma.c