Make sure that all references to up_prioritize_irq() are conditioned on CONFIG_ARCH_IRQPRIO. Noted by Make Smith

This commit is contained in:
Gregory Nutt 2014-05-20 17:49:52 -06:00
parent 11c29aebbc
commit 9a4bd3e028

View File

@ -7345,4 +7345,7 @@
(2014-5-20).
* arch/arm/src/stm32/stm32_lowputc.c: Fix error in conditional compilation.
From Sami PelKonen (2014-5-20).
* arch/*/src/* (several files): Make sure that all references to
up_prioritize_irq() are conditioned on CONFIG_ARCH_IRQPRIO. Problem
noted by Mike Smit (2014-05-20).