summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/kl
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/arm/src/kl')
-rw-r--r--nuttx/arch/arm/src/kl/kl_irq.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/nuttx/arch/arm/src/kl/kl_irq.c b/nuttx/arch/arm/src/kl/kl_irq.c
index 7adc438db..a400c2cae 100644
--- a/nuttx/arch/arm/src/kl/kl_irq.c
+++ b/nuttx/arch/arm/src/kl/kl_irq.c
@@ -230,12 +230,6 @@ void up_irqinitialize(void)
irq_attach(KL_IRQ_SVCALL, up_svcall);
irq_attach(KL_IRQ_HARDFAULT, up_hardfault);
- /* Set the priority of the SVCall interrupt */
-
-#ifdef CONFIG_ARCH_IRQPRIO
-/* up_prioritize_irq(KL_IRQ_PENDSV, NVIC_SYSH_PRIORITY_MIN); */
-#endif
-
/* Attach all other processor exceptions (except reset and sys tick) */
#ifdef CONFIG_DEBUG