mirror of
git://git.yoctoproject.org/linux-yocto.git
synced 2025-10-22 23:13:01 +02:00
mm/memcontrol: Disable on PREEMPT_RT
559271146e
("mm/memcg: optimize user context object stock access") is a
classic example of optimizing for the cpu local BKL serialization without a
clear protection scope.
Disable MEMCG on RT for now.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
parent
8608b79fa6
commit
3dabbd5ff6
|
@ -910,6 +910,7 @@ config PAGE_COUNTER
|
|||
|
||||
config MEMCG
|
||||
bool "Memory controller"
|
||||
depends on !PREEMPT_RT
|
||||
select PAGE_COUNTER
|
||||
select EVENTFD
|
||||
help
|
||||
|
|
Loading…
Reference in New Issue
Block a user