From: Daniel Golle Date: Sat, 30 Apr 2022 14:48:58 +0000 (+0100) Subject: mediatek: enable multi-core scheduling X-Git-Tag: v23.05.0-rc1~3524 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=eb96f1413a6a7f5c2a48fece0eaeafb6e88ad62b;p=openwrt%2Fopenwrt.git 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 Signed-off-by: Daniel Golle --- 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