Files
linux-stable-mirror/arch/loongarch
Tiezhu Yang 57b36d4c34 LoongArch: Remove some extern variables in source files
[ Upstream commit 0e6f596d6a ]

There are declarations of the variable "eentry", "pcpu_handlers[]" and
"exception_handlers[]" in asm/setup.h, the source files already include
this header file directly or indirectly, so no need to declare them in
the source files, just remove the code.

Cc: stable@vger.kernel.org
Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn>
Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2026-03-13 17:20:31 +01:00
..