Pull thermal into release branch
[linux-drm-fsl-dcu.git] / arch / i386 / kernel / irq.c
index 8db8d514c9c043d26c0a6d2f5f47d2187ba54fe8..d2daf672f4a2375926c52f43f840c16a246b7e89 100644 (file)
@@ -24,6 +24,9 @@
 DEFINE_PER_CPU(irq_cpustat_t, irq_stat) ____cacheline_internodealigned_in_smp;
 EXPORT_PER_CPU_SYMBOL(irq_stat);
 
+DEFINE_PER_CPU(struct pt_regs *, irq_regs);
+EXPORT_PER_CPU_SYMBOL(irq_regs);
+
 /*
  * 'what should we do if we get a hw irq event on an illegal vector'.
  * each architecture has to answer this themselves.