diff options
author | Jiaxun Yang <jiaxun.yang@flygoat.com> | 2024-07-14 04:41:05 +0200 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2024-07-23 09:29:49 +0200 |
commit | fa165f919016829e542e37782a3452512dffa5ea (patch) | |
tree | c0c7c388180edfaeb1b7936513742896b441a81d /arch/mips/Kconfig | |
parent | MIPS: config: Add ip30_defconfig (diff) | |
download | linux-fa165f919016829e542e37782a3452512dffa5ea.tar.xz linux-fa165f919016829e542e37782a3452512dffa5ea.zip |
MIPS: Loongson64: Switch to SYNC_R4K
Nowadays SYNC_R4K is performing better than Loongson64's
custom sync mechanism.
Switch to SYNC_R4K to improve performance and reduce code
duplication.
Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
Reviewed-by: Huacai Chen <chenhuacai@loongson.cn>
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 28af3d9e6bc0..eafebe365727 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -478,6 +478,7 @@ config MACH_LOONGSON64 select BOARD_SCACHE select CSRC_R4K select CEVT_R4K + select SYNC_R4K select FORCE_PCI select ISA select I8259 |