]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit - Documentation/kernel-parameters.txt
genirq: Add default affinity mask command line option
authorThomas Gleixner <tglx@linutronix.de>
Wed, 3 Feb 2016 18:52:23 +0000 (19:52 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 8 Feb 2016 14:03:42 +0000 (15:03 +0100)
commitfbf198030e0b027538c290300cfaf9e2efdce122
tree54c1ab89d46ccd5a0da1e79b728e09085d5af415
parentc7c42ec2baa1de7ab3965e4f1bf5073bee6065e4
genirq: Add default affinity mask command line option

If we isolate CPUs, then we don't want random device interrupts on them. Even
w/o the user space irq balancer enabled we can end up with irqs on non boot
cpus and chasing newly requested interrupts is a tedious task.

Allow to restrict the default irq affinity mask.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Rik van Riel <riel@redhat.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Chris Metcalf <cmetcalf@ezchip.com>
Cc: Christoph Lameter <cl@linux.com>
Cc: Sebastian Siewior <bigeasy@linutronix.de>
Link: http://lkml.kernel.org/r/alpine.DEB.2.11.1602031948190.25254@nanos
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Documentation/kernel-parameters.txt
kernel/irq/irqdesc.c