mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
irq/irq.h: Remove extern of non-existent global
This commit is contained in:
@@ -123,7 +123,6 @@ extern volatile spinlock_t g_cpu_irqlock;
|
|||||||
|
|
||||||
/* Used to keep track of which CPU(s) hold the IRQ lock. */
|
/* Used to keep track of which CPU(s) hold the IRQ lock. */
|
||||||
|
|
||||||
extern volatile spinlock_t g_cpu_irqsetlock;
|
|
||||||
extern volatile cpu_set_t g_cpu_irqset;
|
extern volatile cpu_set_t g_cpu_irqset;
|
||||||
|
|
||||||
/* Handles nested calls to enter_critical section from interrupt handlers */
|
/* Handles nested calls to enter_critical section from interrupt handlers */
|
||||||
|
|||||||
Reference in New Issue
Block a user