Skip to content

Commit

Permalink
Update sched/irq/irq_spinlock.c
Browse files Browse the repository at this point in the history
Co-authored-by: David Sidrane <[email protected]>
  • Loading branch information
TaiJuWu and davids5 authored Oct 14, 2023
1 parent 40a355e commit 8a5eb53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sched/irq/irq_spinlock.c
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ void spin_unlock_irqrestore_wo_note(spinlock_t *lock, irqstate_t flags)
* the interrupt state.
*
* NOTE: This API is very simple to protect data (e.g. H/W register
* or internal data structure) in SMP mode. But do not use this API
* or internal data structure) in SMP mode. Do not use this API
* with kernel APIs which suspend a caller thread. (e.g. nxsem_wait)
*
* If SMP is not enabled:
Expand Down

0 comments on commit 8a5eb53

Please sign in to comment.