original_kernel/arch/ia64/mm
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
..
Makefile
contig.c
discontig.c
extable.c
fault.c
hugetlbpage.c
init.c [IA64] BUG to BUG_ON changes 2009-04-01 09:50:48 -07:00
ioremap.c
numa.c
tlb.c cpumask: use mm_cpumask() wrapper: ia64 2009-03-16 14:12:48 +10:30