Commit 172bba4f authored by David Mosberger's avatar David Mosberger

ia64: Oops, SN2 needs pending_irq_cpumask to be global.

parent 17b834fe
...@@ -87,7 +87,7 @@ irq_desc_t _irq_desc[NR_IRQS] __cacheline_aligned = { ...@@ -87,7 +87,7 @@ irq_desc_t _irq_desc[NR_IRQS] __cacheline_aligned = {
/* /*
* This is updated when the user sets irq affinity via /proc * This is updated when the user sets irq affinity via /proc
*/ */
static cpumask_t __cacheline_aligned pending_irq_cpumask[NR_IRQS]; cpumask_t __cacheline_aligned pending_irq_cpumask[NR_IRQS];
static unsigned long pending_irq_redir[BITS_TO_LONGS(NR_IRQS)]; static unsigned long pending_irq_redir[BITS_TO_LONGS(NR_IRQS)];
#ifdef CONFIG_IA64_GENERIC #ifdef CONFIG_IA64_GENERIC
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment