--- zzzz-none-000/linux-2.6.39.4/include/linux/irqdesc.h 2011-08-03 19:43:28.000000000 +0000 +++ puma6-atom-6490-729/linux-2.6.39.4/include/linux/irqdesc.h 2021-11-10 13:38:17.000000000 +0000 @@ -64,11 +64,17 @@ #ifdef CONFIG_PROC_FS struct proc_dir_entry *dir; #endif +#ifdef CONFIG_INTEL_IRQ_THREAD_CHANGE_PRIORITY + int policy; + unsigned int sched_priority; +#endif + const char *name; } ____cacheline_internodealigned_in_smp; #ifndef CONFIG_SPARSE_IRQ extern struct irq_desc irq_desc[NR_IRQS]; +typedef struct irq_desc irq_desc_t; #endif #ifdef CONFIG_GENERIC_HARDIRQS