提交 59b97760 编写于 作者: S Stoyan Gaydarov 提交者: Jesper Nilsson

BUG to BUG_ON changes

Signed-off-by: NStoyan Gaydarov <stoyboyker@gmail.com>
Signed-off-by: NJesper Nilsson <jesper.nilsson@axis.com>
上级 15f7176e
......@@ -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...
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册