Commit 3bafcb33 authored by duanchenghao's avatar duanchenghao
Browse files

Fix the kdump second kernel boot failure

LoongArch inclusion
category: feature
bugzilla: https://gitee.com/src-openeuler/kexec-tools/issues/I9OFS6



--------------------------------

Disable the KASLR to solve the problem of the
boot failure of the second core of the Loongarch platform.

Signed-off-by: default avatarduanchenghao <duanchenghao@kylinos.cn>
parent 59589876
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -43,7 +43,6 @@ CONFIG_NR_CPUS=256
CONFIG_NUMA=y
CONFIG_CPU_HAS_LSX=y
CONFIG_CPU_HAS_LASX=y
CONFIG_RANDOMIZE_BASE=y
CONFIG_CPU_FREQ=y
CONFIG_CPU_FREQ_STAT=y
CONFIG_CPU_FREQ_GOV_POWERSAVE=y