Skip to content

Commit

Permalink
The gicv2m spinlock init status should unlocked
Browse files Browse the repository at this point in the history
Signed-off-by: lipengfei28 <[email protected]>
  • Loading branch information
lipengfei28 authored and xiaoxiang781216 committed Oct 9, 2024
1 parent 1512694 commit 56495bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/arm/src/armv7-a/arm_gicv2m.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ struct gic_v2m_s

static struct gic_v2m_s g_v2m =
{
SP_LOCKED
SP_UNLOCKED
};

/****************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion arch/arm64/src/common/arm64_gicv2m.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ struct gic_v2m_s

static struct gic_v2m_s g_v2m =
{
SP_LOCKED
SP_UNLOCKED
};

/****************************************************************************
Expand Down

0 comments on commit 56495bc

Please sign in to comment.