From: Jiaxun Yang Date: Wed, 27 May 2020 06:34:34 +0000 (+0800) Subject: MIPS: Loongson64: select NO_EXCEPT_FILL X-Git-Tag: v5.8-rc1~173^2~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7d6d283777838462083412edb1e674a32eb6341c;p=thirdparty%2Fkernel%2Flinux.git MIPS: Loongson64: select NO_EXCEPT_FILL Loongson64 load kernel at 0x82000000 and allocate exception vectors by ebase. So we don't need to reserve space for exception vectors at head of kernel. Signed-off-by: Jiaxun Yang Signed-off-by: Thomas Bogendoerfer --- diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index c0405999677ad..b6338e806a4ba 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -462,6 +462,7 @@ config MACH_LOONGSON64 select ISA select I8259 select IRQ_MIPS_CPU + select NO_EXCEPT_FILL select NR_CPUS_DEFAULT_64 select USE_GENERIC_EARLY_PRINTK_8250 select PCI_DRIVERS_GENERIC