]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - kernel/irq/manage.c
[PATCH] Doc/hpet.txt: change to < 80 columns
[mirror_ubuntu-artful-kernel.git] / kernel / irq / manage.c
index ac670098570579e980e6b7bba35a235f7be885a9..1cfdb08ddf2054f6f219d28c78b97828e2f8b447 100644 (file)
 
 cpumask_t irq_affinity[NR_IRQS] = { [0 ... NR_IRQS-1] = CPU_MASK_ALL };
 
+#if defined (CONFIG_GENERIC_PENDING_IRQ) || defined (CONFIG_IRQBALANCE)
+cpumask_t __cacheline_aligned pending_irq_cpumask[NR_IRQS];
+#endif
+
 /**
  *     synchronize_irq - wait for pending IRQ handlers (on other CPUs)
  *