mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-25 07:06:40 +08:00
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 |