diff options
author | Thomas Gleixner <[email protected]> | 2020-12-10 20:26:01 +0100 |
---|---|---|
committer | Thomas Gleixner <[email protected]> | 2020-12-15 16:19:35 +0100 |
commit | 67473b8194bc3ecc42d60a4f5dc1ed479f28ed6e (patch) | |
tree | 9f6f8533a93212f53f051a3a5b4d5d3c7e3af17a /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | 3bd5371a4da68613fb3d4aaf961ed8244bcbd741 (diff) |
xen/events: Remove disfunct affinity spreading
This function can only ever work when the event channels:
- are already established
- interrupts assigned to them
- the affinity has been set by user space already
because any newly set up event channel is forced to be bound to CPU0 and
the affinity mask of the interrupt is forced to contain cpumask_of(0).
As the CPU0 enforcement was in place _before_ this was implemented it's
entirely unclear how that can ever have worked at all.
Remove it as preparation for doing it proper.
Signed-off-by: Thomas Gleixner <[email protected]>
Cc: Boris Ostrovsky <[email protected]>
Cc: Juergen Gross <[email protected]>
Cc: Stefano Stabellini <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions