diff options
Diffstat (limited to 'include/asm-powerpc')
-rw-r--r-- | include/asm-powerpc/mpic.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/asm-powerpc/mpic.h b/include/asm-powerpc/mpic.h index 6802570f4240..fe566a348a86 100644 --- a/include/asm-powerpc/mpic.h +++ b/include/asm-powerpc/mpic.h | |||
@@ -430,12 +430,11 @@ extern void mpic_init(struct mpic *mpic); | |||
430 | */ | 430 | */ |
431 | 431 | ||
432 | 432 | ||
433 | /* Change/Read the priority of an interrupt. Default is 8 for irqs and | 433 | /* Change the priority of an interrupt. Default is 8 for irqs and |
434 | * 10 for IPIs. You can call this on both IPIs and IRQ numbers, but the | 434 | * 10 for IPIs. You can call this on both IPIs and IRQ numbers, but the |
435 | * IPI number is then the offset'ed (linux irq number mapped to the IPI) | 435 | * IPI number is then the offset'ed (linux irq number mapped to the IPI) |
436 | */ | 436 | */ |
437 | extern void mpic_irq_set_priority(unsigned int irq, unsigned int pri); | 437 | extern void mpic_irq_set_priority(unsigned int irq, unsigned int pri); |
438 | extern unsigned int mpic_irq_get_priority(unsigned int irq); | ||
439 | 438 | ||
440 | /* Setup a non-boot CPU */ | 439 | /* Setup a non-boot CPU */ |
441 | extern void mpic_setup_this_cpu(void); | 440 | extern void mpic_setup_this_cpu(void); |