summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/str71x/str71x_irq.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/arm/src/str71x/str71x_irq.c')
-rw-r--r--nuttx/arch/arm/src/str71x/str71x_irq.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/nuttx/arch/arm/src/str71x/str71x_irq.c b/nuttx/arch/arm/src/str71x/str71x_irq.c
index 40bbd9889..d3fcf57c9 100644
--- a/nuttx/arch/arm/src/str71x/str71x_irq.c
+++ b/nuttx/arch/arm/src/str71x/str71x_irq.c
@@ -130,13 +130,6 @@ void up_enable_irq(int irq)
if ((unsigned)irq < NR_IRQS)
{
- /* Check the IRQs priority. the current interrupt priority (CIP) is
- * always zero so the priority must be at least one for the IRQ to be
- * truly enabled.
- */
-
- DEBUGASSERT(getreg32(STR71X_EIC_SIR(irq)) & STR71X_EICSIR_SIPLMASK != 0);
-
/* Enable the IRQ by setting the associated bit in the IER register */
reg32 = getreg32(STR71X_EIC_IER);