1
0
Fork 0

sh: ioremap_64 needs after_bootmem.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
hifive-unleashed-5.1
Paul Mundt 2007-11-20 15:14:48 +09:00
parent b542ad1161
commit ba2727b556
1 changed files with 3 additions and 0 deletions

View File

@ -170,6 +170,7 @@ void __init paging_init(void)
}
static struct kcore_list kcore_mem, kcore_vmalloc;
int after_bootmem = 0;
void __init mem_init(void)
{
@ -214,6 +215,8 @@ void __init mem_init(void)
clear_page = clear_page_nommu;
#endif
after_bootmem = 1;
codesize = (unsigned long) &_etext - (unsigned long) &_text;
datasize = (unsigned long) &_edata - (unsigned long) &_etext;
initsize = (unsigned long) &__init_end - (unsigned long) &__init_begin;