Loading
LoongArch: Improve the logging of disabling KASLR
Whether KASLR is disabled is not handled in nokaslr() which is the early param "nokaslr" setup function, but in kaslr_disabled(). However, the logging was previously done in nokaslr() and lack detail. So we move the logging to the right place and add more specific infomation about why it is disabled. Suggested-by:Wentao Guan <guanwentao@uniontech.com> Signed-off-by:
Yuqian Yang <yangyuqian@uniontech.com> Signed-off-by:
Huacai Chen <chenhuacai@loongson.cn>