]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] irqpoll
authorAlan Cox <alan@lxorguk.ukuu.org.uk>
Wed, 29 Jun 2005 03:45:18 +0000 (20:45 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 29 Jun 2005 04:20:35 +0000 (21:20 -0700)
commitce46004fa5cf11023ffa17d76fa9b6cce86280a7
treef567852c984c947f792edb18fee273cfa363d374
parentb89a142177dd50f056612a67c514c4dea70f5d03
[PATCH] irqpoll

Anyone reporting a stuck IRQ should try these options.  Its effectiveness
varies we've found in the Fedora case.  Quite a few systems with misdescribed
IRQ routing just work when you use irqpoll.  It also fixes up the VIA systems
although thats now fixed with the VIA quirk (which we could just make default
as its what Redmond OS does but Linus didn't like it historically).

A small number of systems have jammed IRQ sources or misdescribes that cause
an IRQ that we have no handler registered anywhere for.  In those cases it
doesn't help.

Signed-off-by: Alan Cox <number6@the-village.bc.nu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Documentation/kernel-parameters.txt
arch/ppc64/kernel/irq.c
include/linux/irq.h
kernel/irq/handle.c
kernel/irq/spurious.c