Home
last modified time | relevance | path

Searched hist:"67473 b8194bc3ecc42d60a4f5dc1ed479f28ed6e" (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/xen/
H A Devtchn.cdiff 67473b8194bc3ecc42d60a4f5dc1ed479f28ed6e Thu Dec 10 13:26:01 CST 2020 Thomas Gleixner <tglx@linutronix.de> 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 <tglx@linutronix.de>
Cc: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Cc: Juergen Gross <jgross@suse.com>
Cc: Stefano Stabellini <sstabellini@kernel.org>
Link: https://lore.kernel.org/r/20201210194045.065115500@linutronix.de
/openbmc/linux/drivers/xen/events/
H A Devents_base.cdiff 67473b8194bc3ecc42d60a4f5dc1ed479f28ed6e Thu Dec 10 13:26:01 CST 2020 Thomas Gleixner <tglx@linutronix.de> 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 <tglx@linutronix.de>
Cc: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Cc: Juergen Gross <jgross@suse.com>
Cc: Stefano Stabellini <sstabellini@kernel.org>
Link: https://lore.kernel.org/r/20201210194045.065115500@linutronix.de