]> git.baikalelectronics.ru Git - kernel.git/commit
LoongArch: Fix EENTRY/MERRENTRY setting in setup_tlb_handler()
authorHuacai Chen <chenhuacai@loongson.cn>
Thu, 23 Jun 2022 08:11:54 +0000 (16:11 +0800)
committerHuacai Chen <chenhuacai@loongson.cn>
Sat, 25 Jun 2022 10:05:58 +0000 (18:05 +0800)
commit3a074495e8417190f412b2e2a4798590da1b8e99
tree3c57057a899750e8cc194f71243eda9a601d1741
parent3eba204196d34d0dc0368285fcd842a053cad3ff
LoongArch: Fix EENTRY/MERRENTRY setting in setup_tlb_handler()

setup_tlb_handler() is expected to set per-cpu exception handlers, but
it only set the TLBRENTRY successfully because of copy & paste errors,
so fix it.

Reviewed-by: WANG Xuerui <git@xen0n.name>
Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
arch/loongarch/mm/tlb.c