Stoyan Gaydarov
80a03e2916
[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>
2009-04-01 09:50:48 -07:00
..
2008-09-29 16:39:19 -07:00
2008-11-04 11:31:12 -08:00
2006-06-30 19:25:36 +02:00
2008-03-06 09:49:01 -08:00
2008-07-30 09:41:47 -07:00
2009-04-01 09:50:48 -07:00
2007-03-30 09:37:41 -07:00
2006-03-26 08:56:54 -08:00
2009-02-18 15:37:55 -08:00
2009-03-16 14:12:48 +10:30