linux/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 [IA64] Put the space for cpu0 per-cpu area into .data section 2008-09-29 16:39:19 -07:00
discontig.c [IA64] fix the difference between node_mem_map and node_start_pfn 2008-11-04 11:31:12 -08:00
extable.c
fault.c
hugetlbpage.c GRU Driver: hardware data structures 2008-07-30 09:41:47 -07:00
init.c [IA64] BUG to BUG_ON changes 2009-04-01 09:50:48 -07:00
ioremap.c
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