Files
android_kernel_xiaomi_sm8450/arch/ia64/sn/kernel/sn2
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
..
2005-04-16 15:20:36 -07:00
2009-04-01 09:50:48 -07:00
2007-08-01 13:15:14 -07:00