]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] genirq: add chip->eoi(), fastack -> fasteoi
authorIngo Molnar <mingo@elte.hu>
Thu, 29 Jun 2006 09:25:03 +0000 (02:25 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 29 Jun 2006 17:26:26 +0000 (10:26 -0700)
commit3d69454e166f11660baeef77660cb5f4b96e5652
treed151e03da804103753977c2c94e17b71104e3d35
parentc620ed5420272141e4307b0f3c816a499b593ea8
[PATCH] genirq: add chip->eoi(), fastack -> fasteoi

Clean up the fastack concept by turning it into fasteoi and introducing the
->eoi() method for chips.

This also allows the cleanup of an i386 EOI quirk - now the quirk is
cleanly separated from the pure ACK implementation.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Roland Dreier <rolandd@cisco.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/linux/irq.h
kernel/irq/chip.c