Rename irqsave() and irqrestore() to up_irq_save() and up_irq_restore()

This commit is contained in:
Gregory Nutt
2016-02-14 16:12:06 -06:00
parent 1699561bb6
commit 8e6a292694
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -64,6 +64,6 @@ void up_irqinitialize(void)
/* And finally, enable interrupts (including the timer) */
#ifndef CONFIG_SUPPRESS_INTERRUPTS
irqrestore(Z80_C_FLAG);
up_irq_restore(Z80_C_FLAG);
#endif
}