Commit 59b97760 authored by Stoyan Gaydarov's avatar Stoyan Gaydarov Committed by Jesper Nilsson
Browse files

BUG to BUG_ON changes

parent 15f7176e
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -25,8 +25,7 @@ mem_init(void)
	int codesize, reservedpages, datasize, initsize;
	unsigned long tmp;

	if(!mem_map)
		BUG();
	BUG_ON(!mem_map);

	/* max/min_low_pfn was set by setup.c
	 * now we just copy it to some other necessary places...