Skip to content

kernel/os: Revert conditions to define mtb_state on cortex m33 #2701

Merged
vrahane merged 1 commit intoapache:masterfrom
t3zeng:master
Oct 29, 2021
Merged

kernel/os: Revert conditions to define mtb_state on cortex m33 #2701
vrahane merged 1 commit intoapache:masterfrom
t3zeng:master

Conversation

@t3zeng
Copy link
Contributor

@t3zeng t3zeng commented Oct 27, 2021

Small fix to define struct mtb_state as long as OS_COREDUMP is enabled. This was the behavior prior to the introduction of OS_COREDUMP_CB in #2687. Currently this struct will only be defined if OS_COREDUMP && !OS_COREDUMP_CB but it should be defined as long as OS_COREDUMP is true.

This returns the behavior to be the same as before

@t3zeng t3zeng changed the title Define mtb_state on cortex m33 if OS_COREDUMP is enabled kernel/os: Revert conditions to define mtb_state on cortex m33 Oct 27, 2021
Copy link
Contributor

@vrahane vrahane left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@vrahane vrahane merged commit 54c14f6 into apache:master Oct 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments