kernel-hacking-2024-linux-s.../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
..
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
Makefile
numa.c mm: fix memmap init for handling memory hole 2009-02-18 15:37:55 -08:00
tlb.c cpumask: use mm_cpumask() wrapper: ia64 2009-03-16 14:12:48 +10:30