[openwrt/openwrt] mediatek: enable multi-core scheduling

LEDE Commits lede-commits at lists.infradead.org
Sat Apr 30 08:11:25 PDT 2022


dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/eb96f1413a6a7f5c2a48fece0eaeafb6e88ad62b

commit eb96f1413a6a7f5c2a48fece0eaeafb6e88ad62b
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Sat Apr 30 15:48:58 2022 +0100

    mediatek: enable multi-core scheduling
    
    Set CONFIG_SCHED_MC in config-5.15 to have make the scheduler aware
    of shared caches.
    
    Reported-by: Rui Salvaterra <rsalvaterra at gmail.com>
    Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
 target/linux/mediatek/mt7622/config-5.15 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/mediatek/mt7622/config-5.15 b/target/linux/mediatek/mt7622/config-5.15
index c613fd0dcb..190782cb78 100644
--- a/target/linux/mediatek/mt7622/config-5.15
+++ b/target/linux/mediatek/mt7622/config-5.15
@@ -384,6 +384,7 @@ CONFIG_RTC_DRV_MT7622=y
 CONFIG_RTC_I2C_AND_SPI=y
 CONFIG_RTL8367S_GSW=y
 CONFIG_RWSEM_SPIN_ON_OWNER=y
+CONFIG_SCHED_MC=y
 CONFIG_SCSI=y
 CONFIG_SCSI_COMMON=y
 # CONFIG_SECTION_MISMATCH_WARN_ONLY is not set




More information about the lede-commits mailing list