diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2016-09-01 12:33:46 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2016-09-01 12:33:46 -0400 |
commit | 0cb7bf61b1e9f05027de58c80f9b46a714d24e35 (patch) | |
tree | 41fb55cf62d07b425122f9a8b96412c0d8eb99c5 /arch/powerpc/include/asm/xics.h | |
parent | aa877175e7a9982233ed8f10cb4bfddd78d82741 (diff) | |
parent | 3eab887a55424fc2c27553b7bfe32330df83f7b8 (diff) |
Merge branch 'linus' into smp/hotplug
Apply upstream changes to avoid conflicts with pending patches.
Diffstat (limited to 'arch/powerpc/include/asm/xics.h')
-rw-r--r-- | arch/powerpc/include/asm/xics.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/xics.h b/arch/powerpc/include/asm/xics.h index f5f729c11578..f0b238516e9b 100644 --- a/arch/powerpc/include/asm/xics.h +++ b/arch/powerpc/include/asm/xics.h | |||
@@ -159,6 +159,8 @@ extern void xics_teardown_cpu(void); | |||
159 | extern void xics_kexec_teardown_cpu(int secondary); | 159 | extern void xics_kexec_teardown_cpu(int secondary); |
160 | extern void xics_migrate_irqs_away(void); | 160 | extern void xics_migrate_irqs_away(void); |
161 | extern void icp_native_eoi(struct irq_data *d); | 161 | extern void icp_native_eoi(struct irq_data *d); |
162 | extern int xics_set_irq_type(struct irq_data *d, unsigned int flow_type); | ||
163 | extern int xics_retrigger(struct irq_data *data); | ||
162 | #ifdef CONFIG_SMP | 164 | #ifdef CONFIG_SMP |
163 | extern int xics_get_irq_server(unsigned int virq, const struct cpumask *cpumask, | 165 | extern int xics_get_irq_server(unsigned int virq, const struct cpumask *cpumask, |
164 | unsigned int strict_check); | 166 | unsigned int strict_check); |