[PATCH] genirq: add chip->eoi(), fastack -> fasteoi
commit47c2a3aa4475d27073dd3c7e183fcc13f495c8f5
authorIngo Molnar <mingo@elte.hu>
Thu, 29 Jun 2006 09:25:03 +0000 (29 02:25 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 29 Jun 2006 17:26:26 +0000 (29 10:26 -0700)
treed151e03da804103753977c2c94e17b71104e3d35
parentf702d7013c7470284843a6370aaa53b8b75c5a40
[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