x86/resctrl: Allow overflow/limbo handlers to be scheduled on any-but CPU
[linux-2.6-microblaze.git] / arch / x86 / kernel / cpu / resctrl / ctrlmondata.c
index 52fa0e1..20b02d6 100644 (file)
@@ -552,7 +552,7 @@ void mon_event_read(struct rmid_read *rr, struct rdt_resource *r,
                return;
        }
 
-       cpu = cpumask_any_housekeeping(&d->cpu_mask);
+       cpu = cpumask_any_housekeeping(&d->cpu_mask, RESCTRL_PICK_ANY_CPU);
 
        /*
         * cpumask_any_housekeeping() prefers housekeeping CPUs, but