Skip to content
Commit 1299a129 authored by Huacai Chen's avatar Huacai Chen
Browse files

LoongArch: Flush TLB earlier at initialization



Move local_flush_tlb_all() earlier (just after setup_ptwalker() and
before page allocation). This can avoid stale TLB entries misguiding
the later page allocation. Without this patch the second kernel of
kexec/kdump fails to boot SMP.

BTW, move output_pgtable_bits_defines() into tlb_init() since it has
nothing to do with tlb handler setup.

Signed-off-by: default avatarHuacai Chen <chenhuacai@loongson.cn>
parent a522b7ad
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment