back out assertion

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1855 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2009-06-06 01:58:43 +00:00
parent bf5720f75e
commit 6048f52c92

View File

@ -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);