summaryrefslogtreecommitdiffstats
path: root/init/do_mounts_initrd.c
diff options
context:
space:
mode:
authorThomas Gleixner2011-02-07 09:52:27 +0100
committerThomas Gleixner2011-02-19 12:58:09 +0100
commitc7259cd7af757ddcd65701c37099dcddae2054f0 (patch)
tree42f957d4c516563e01870199b9ffc6e4e00cdf4a /init/do_mounts_initrd.c
parentgenirq: Fixup poll handling (diff)
downloadkernel-qcow2-linux-c7259cd7af757ddcd65701c37099dcddae2054f0.tar.gz
kernel-qcow2-linux-c7259cd7af757ddcd65701c37099dcddae2054f0.tar.xz
kernel-qcow2-linux-c7259cd7af757ddcd65701c37099dcddae2054f0.zip
genirq: Do not poll disabled, percpu and timer interrupts
There is no point in polling disabled lines. percpu does not make sense at all because we only poll on the cpu we're currently running on. Also polling per_cpu interrupts is racy as hell. The handler runs without locking so we might get a huge surprise. If the timer interrupt needs polling, then we wont get there anyway. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'init/do_mounts_initrd.c')
0 files changed, 0 insertions, 0 deletions