summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/machdep.h
diff options
context:
space:
mode:
authorStephen Rothwell2012-03-21 19:09:51 +0100
committerBenjamin Herrenschmidt2012-03-28 02:32:01 +0200
commit7ba3e4f5877466b0f81dcd3cb78db5d75b267645 (patch)
tree239e0f2cc10907e82dabd61b317c8ac6a6baac1b /arch/powerpc/include/asm/machdep.h
parentpowerpc/pseries: Cut down on enthusiastic use of defines in RAS code (diff)
downloadkernel-qcow2-linux-7ba3e4f5877466b0f81dcd3cb78db5d75b267645.tar.gz
kernel-qcow2-linux-7ba3e4f5877466b0f81dcd3cb78db5d75b267645.tar.xz
kernel-qcow2-linux-7ba3e4f5877466b0f81dcd3cb78db5d75b267645.zip
powerpc: Remove NO_IRQ_IGNORE
Now that legacy iSeries is gone, this is no longer used. Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/include/asm/machdep.h')
-rw-r--r--arch/powerpc/include/asm/machdep.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/powerpc/include/asm/machdep.h b/arch/powerpc/include/asm/machdep.h
index bf37931d1ad6..42ce570812c1 100644
--- a/arch/powerpc/include/asm/machdep.h
+++ b/arch/powerpc/include/asm/machdep.h
@@ -99,9 +99,7 @@ struct machdep_calls {
void (*init_IRQ)(void);
- /* Return an irq, or NO_IRQ to indicate there are none pending.
- * If for some reason there is no irq, but the interrupt
- * shouldn't be counted as spurious, return NO_IRQ_IGNORE. */
+ /* Return an irq, or NO_IRQ to indicate there are none pending. */
unsigned int (*get_irq)(void);
/* PCI stuff */