diff options
author | Jiaxun Yang <jiaxun.yang@flygoat.com> | 2020-05-27 14:34:34 +0800 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2020-05-27 13:46:39 +0200 |
commit | 7d6d283777838462083412edb1e674a32eb6341c (patch) | |
tree | 0f9818a1310bd6ea3569b7b3a9c7e52a54124e81 /arch/mips/Kconfig | |
parent | 31e1b3efa802f97a17628dde280006c4cee4ce5e (diff) | |
download | linux-7d6d283777838462083412edb1e674a32eb6341c.tar.gz |
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 <jiaxun.yang@flygoat.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index c0405999677a..b6338e806a4b 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 |