Actions
Bug #10591
openapix_redistribute_compute() should go
Status:
New
Priority:
Low
Assignee:
-
Category:
-
Start date:
2019-03-26
Due date:
% Done:
0%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
Description
apix_redistribute_compute() runs periodically, computing a bunch of stats as to busy interrupts on CPUs.
It then does nothing with that information.
It's clearly a copy and paste from pcplusmp's apic_redistribute_compute(), which supposedly does do
something, but only when some variable is set, and that defaults to 0.
On top of all this, we have intrd apparently doing the same job.
I think all of this should be ripped out.
Actions