From 633c730465b82a04f3b83da29280296a03ccc7ac Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 6 Jun 2009 01:58:43 +0000 Subject: back out assertion git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1855 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/arch/arm/src/str71x/str71x_irq.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'nuttx/arch') 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); -- cgit v1.2.3