diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2012-03-21 18:09:51 +0000 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2012-03-28 11:32:01 +1100 |
commit | 7ba3e4f5877466b0f81dcd3cb78db5d75b267645 (patch) | |
tree | 239e0f2cc10907e82dabd61b317c8ac6a6baac1b /arch/powerpc/include/asm/irq.h | |
parent | 90128997815009686ec9d72a4b1490455d838e66 (diff) | |
download | talos-obmc-linux-7ba3e4f5877466b0f81dcd3cb78db5d75b267645.tar.gz talos-obmc-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/irq.h')
-rw-r--r-- | arch/powerpc/include/asm/irq.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/powerpc/include/asm/irq.h b/arch/powerpc/include/asm/irq.h index fe0b09dceb7d..cf417e510736 100644 --- a/arch/powerpc/include/asm/irq.h +++ b/arch/powerpc/include/asm/irq.h @@ -27,12 +27,6 @@ extern atomic_t ppc_n_lost_interrupts; /* This number is used when no interrupt has been assigned */ #define NO_IRQ (0) -/* This is a special irq number to return from get_irq() to tell that - * no interrupt happened _and_ ignore it (don't count it as bad). Some - * platforms like iSeries rely on that. - */ -#define NO_IRQ_IGNORE ((unsigned int)-1) - /* Total number of virq in the platform */ #define NR_IRQS CONFIG_NR_IRQS |