mirror of
https://github.com/apache/nuttx.git
synced 2026-06-02 09:38:37 +08:00
arm_cpupause.c edited online with Bitbucket. Fix a typo in a comment.
This commit is contained in:
@@ -189,7 +189,7 @@ int arm_pause_handler(int irq, FAR void *context)
|
|||||||
/* Check for false alarms. Such false could occur as a consequence of
|
/* Check for false alarms. Such false could occur as a consequence of
|
||||||
* some deadlock breaking logic that might have already serviced the SG2
|
* some deadlock breaking logic that might have already serviced the SG2
|
||||||
* interrupt by calling up_cpu_paused(). If the pause event has already
|
* interrupt by calling up_cpu_paused(). If the pause event has already
|
||||||
* been processed with g_cpu_paused[cpu] will not be locked.
|
* been processed then g_cpu_paused[cpu] will not be locked.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if (!spin_islocked(&g_cpu_paused[cpu]))
|
if (!spin_islocked(&g_cpu_paused[cpu]))
|
||||||
|
|||||||
Reference in New Issue
Block a user