MIPS: Loongson64: select NO_EXCEPT_FILL
authorJiaxun Yang <jiaxun.yang@flygoat.com>
Wed, 27 May 2020 06:34:34 +0000 (14:34 +0800)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Wed, 27 May 2020 11:46:39 +0000 (13:46 +0200)
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 <jiaxun.yang@flygoat.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/Kconfig

index c040599..b6338e8 100644 (file)
@@ -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