diff options
Diffstat (limited to 'target/linux/layerscape/patches-4.14/711-dpaa-bqman-support-layerscape.patch')
-rw-r--r-- | target/linux/layerscape/patches-4.14/711-dpaa-bqman-support-layerscape.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/layerscape/patches-4.14/711-dpaa-bqman-support-layerscape.patch b/target/linux/layerscape/patches-4.14/711-dpaa-bqman-support-layerscape.patch index 89ace283b9..7946d3cbc1 100644 --- a/target/linux/layerscape/patches-4.14/711-dpaa-bqman-support-layerscape.patch +++ b/target/linux/layerscape/patches-4.14/711-dpaa-bqman-support-layerscape.patch @@ -270,7 +270,7 @@ Signed-off-by: Biwen Li <biwen.li@nxp.com> } static inline int fq_isset(struct qman_fq *fq, u32 mask) -@@ -1566,7 +1604,7 @@ void qman_p_irqsource_add(struct qman_po +@@ -1567,7 +1605,7 @@ void qman_p_irqsource_add(struct qman_po unsigned long irqflags; local_irq_save(irqflags); @@ -279,7 +279,7 @@ Signed-off-by: Biwen Li <biwen.li@nxp.com> qm_out(&p->p, QM_REG_IER, p->irq_sources); local_irq_restore(irqflags); } -@@ -1589,7 +1627,7 @@ void qman_p_irqsource_remove(struct qman +@@ -1590,7 +1628,7 @@ void qman_p_irqsource_remove(struct qman */ local_irq_save(irqflags); bits &= QM_PIRQ_VISIBLE; |