Merge remote-tracking branch 'sdk/jh7110-6.6.y-devel' into vf2-6.6.y-devel
This commit is contained in:
@@ -198,6 +198,9 @@ static struct irq_chip plic_edge_chip = {
|
||||
#endif
|
||||
.irq_set_type = plic_irq_set_type,
|
||||
.flags = IRQCHIP_SKIP_SET_WAKE |
|
||||
#ifdef CONFIG_PREEMPT_RT
|
||||
IRQCHIP_EOI_THREADED |
|
||||
#endif
|
||||
IRQCHIP_AFFINITY_PRE_STARTUP,
|
||||
};
|
||||
|
||||
@@ -213,6 +216,9 @@ static struct irq_chip plic_chip = {
|
||||
#endif
|
||||
.irq_set_type = plic_irq_set_type,
|
||||
.flags = IRQCHIP_SKIP_SET_WAKE |
|
||||
#ifdef CONFIG_PREEMPT_RT
|
||||
IRQCHIP_EOI_THREADED |
|
||||
#endif
|
||||
IRQCHIP_AFFINITY_PRE_STARTUP,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user