linux-stable-rt/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
ioremap.c
numa.c
tlb.c