File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -112,6 +112,7 @@ static const struct irq_bit_descr irqdata_states[] = {
112
112
BIT_MASK_DESCR (IRQD_AFFINITY_SET ),
113
113
BIT_MASK_DESCR (IRQD_SETAFFINITY_PENDING ),
114
114
BIT_MASK_DESCR (IRQD_AFFINITY_MANAGED ),
115
+ BIT_MASK_DESCR (IRQD_AFFINITY_ON_ACTIVATE ),
115
116
BIT_MASK_DESCR (IRQD_MANAGED_SHUTDOWN ),
116
117
BIT_MASK_DESCR (IRQD_CAN_RESERVE ),
117
118
BIT_MASK_DESCR (IRQD_MSI_NOMASK_QUIRK ),
@@ -120,6 +121,10 @@ static const struct irq_bit_descr irqdata_states[] = {
120
121
121
122
BIT_MASK_DESCR (IRQD_WAKEUP_STATE ),
122
123
BIT_MASK_DESCR (IRQD_WAKEUP_ARMED ),
124
+
125
+ BIT_MASK_DESCR (IRQD_DEFAULT_TRIGGER_SET ),
126
+
127
+ BIT_MASK_DESCR (IRQD_HANDLE_ENFORCE_IRQCTX ),
123
128
};
124
129
125
130
static const struct irq_bit_descr irqdesc_states [] = {
You can’t perform that action at this time.
0 commit comments