Changes in kernel/generic/src/synch/spinlock.c [9fe9d296:4e5dabf] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/synch/spinlock.c
r9fe9d296 r4e5dabf 45 45 #include <symtab.h> 46 46 #include <stacktrace.h> 47 #include <cpu.h>48 47 49 48 #ifdef CONFIG_SMP … … 199 198 * 200 199 * @param lock IRQ spinlock to be locked. 201 * @param irq_dis If true, disables interrupts before locking the spinlock. 202 * If false, interrupts are expected to be already disabled. 200 * @param irq_dis If true, interrupts are actually disabled 201 * prior locking the spinlock. If false, interrupts 202 * are expected to be already disabled. 203 203 * 204 204 */
Note:
See TracChangeset
for help on using the changeset viewer.