forked from Minki/linux
41ea93cf7b
Doing kasan pages allocation in MMU_init is too early, kernel doesn't have access yet to the entire memory space and memblock_alloc() fails when the kernel is a bit big. Do it from kasan_init() instead. Fixes: |
||
---|---|---|
.. | ||
8xx.c | ||
book3s_32.c | ||
kasan_init_32.c | ||
Makefile |