VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Thomas Gleixner <tglx@linutronix.de> 2021-07-25 21:35:46 +0200 committer: Minda Chen <minda.chen@starfivetech.com> 2023-11-06 19:24:46 +0800 commit: bbbf5ba156221be05040f452f84b7e9793516166 parent: 94a263b4b3a4c7488e5d98492b2768c15f6b4977
Commit Summary:
mm/memcontrol: Disable on PREEMPT_RT
Diffstat:
1 file changed, 1 insertion, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 45bcaa8e7481..0b8a65ae1d72 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -938,6 +938,7 @@ config PAGE_COUNTER
 
 config MEMCG
 	bool "Memory controller"
+	depends on !PREEMPT_RT
 	select PAGE_COUNTER
 	select EVENTFD
 	help