mirror of
https://github.com/apache/nuttx.git
synced 2026-08-31 06:03:12 +00:00
The gicv2m spinlock init status should unlocked
Signed-off-by: lipengfei28 <lipengfei28@xiaomi.com>
This commit is contained in:
parent
15126945cd
commit
56495bc9ce
2 changed files with 2 additions and 2 deletions
|
|
@ -54,7 +54,7 @@ struct gic_v2m_s
|
|||
|
||||
static struct gic_v2m_s g_v2m =
|
||||
{
|
||||
SP_LOCKED
|
||||
SP_UNLOCKED
|
||||
};
|
||||
|
||||
/****************************************************************************
|
||||
|
|
|
|||
|
|
@ -69,7 +69,7 @@ struct gic_v2m_s
|
|||
|
||||
static struct gic_v2m_s g_v2m =
|
||||
{
|
||||
SP_LOCKED
|
||||
SP_UNLOCKED
|
||||
};
|
||||
|
||||
/****************************************************************************
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue