diff options
| -rw-r--r-- | arch/cris/mm/init.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/cris/mm/init.c b/arch/cris/mm/init.c index 2fdd212eb250..514f46a4b230 100644 --- a/arch/cris/mm/init.c +++ b/arch/cris/mm/init.c | |||
| @@ -25,8 +25,7 @@ mem_init(void) | |||
| 25 | int codesize, reservedpages, datasize, initsize; | 25 | int codesize, reservedpages, datasize, initsize; |
| 26 | unsigned long tmp; | 26 | unsigned long tmp; |
| 27 | 27 | ||
| 28 | if(!mem_map) | 28 | BUG_ON(!mem_map); |
| 29 | BUG(); | ||
| 30 | 29 | ||
| 31 | /* max/min_low_pfn was set by setup.c | 30 | /* max/min_low_pfn was set by setup.c |
| 32 | * now we just copy it to some other necessary places... | 31 | * now we just copy it to some other necessary places... |
