]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc: Remove i8259 irq_host_ops->unmap
authorMilton Miller <miltonm@bga.com>
Tue, 10 May 2011 19:30:04 +0000 (19:30 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Thu, 19 May 2011 05:31:41 +0000 (15:31 +1000)
commitc4bdec21584b64b0e98b0143a2f83f5c6f025673
tree142f0d9b650138d75d8910f63aca75f63830274b
parentd5d83b3b81c14b664b882c9ad5bb68b56b8cc630
powerpc: Remove i8259 irq_host_ops->unmap

It was never called because the host is always IRQ_HOST_MAP_LEGACY.

And what it purported to do was mask the interrupt (which will already
have happend if we shutdown the interrupt), then synchronise_irq and
clear the chip pointer, both of which will have been be done by the
caller were we to call unmap on a legacy irq.

Signed-off-by: Milton Miller <miltonm@bga.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/sysdev/i8259.c