2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-16 09:13:55 +08:00

BUG to BUG_ON changes

Signed-off-by: Stoyan Gaydarov <stoyboyker@gmail.com>
Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
This commit is contained in:
Stoyan Gaydarov 2009-03-10 06:10:40 +01:00 committed by Jesper Nilsson
parent 15f7176eb1
commit 59b9776077

View File

@ -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...