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

BUG to BUG_ON changes

Signed-off-by: default avatarStoyan Gaydarov <stoyboyker@gmail.com>
Signed-off-by: default avatarJesper Nilsson <jesper.nilsson@axis.com>
parent 15f7176e
...@@ -25,8 +25,7 @@ mem_init(void) ...@@ -25,8 +25,7 @@ mem_init(void)
int codesize, reservedpages, datasize, initsize; int codesize, reservedpages, datasize, initsize;
unsigned long tmp; unsigned long tmp;
if(!mem_map) BUG_ON(!mem_map);
BUG();
/* max/min_low_pfn was set by setup.c /* max/min_low_pfn was set by setup.c
* now we just copy it to some other necessary places... * now we just copy it to some other necessary places...
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment