mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-21 17:20:56 +07: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 |