[PATCH] genirq:fixup missing SA_PERCPU replacement
[firefly-linux-kernel-4.4.55.git] / include / linux / interrupt.h
index cf682a73a6f97c67baf4bfa1346df00caa605f38..da3e0dbe61d4e68bbb63d1753449cc0d68769965 100644 (file)
@@ -45,6 +45,7 @@
 #define IRQF_SHARED            0x00000080
 #define IRQF_PROBE_SHARED      0x00000100
 #define IRQF_TIMER             0x00000200
+#define IRQF_PERCPU            0x00000400
 
 /*
  * Migration helpers. Scheduled for removal in 1/2007
@@ -54,6 +55,7 @@
 #define SA_SAMPLE_RANDOM       IRQF_SAMPLE_RANDOM
 #define SA_SHIRQ               IRQF_SHARED
 #define SA_PROBEIRQ            IRQF_PROBE_SHARED
+#define SA_PERCPU              IRQF_PERCPU
 
 #define SA_TRIGGER_LOW         IRQF_TRIGGER_LOW
 #define SA_TRIGGER_HIGH                IRQF_TRIGGER_HIGH