Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

soc: intel_apl_adsp/intel_s1000: keep irq mask in smp entry #28616

Closed

Conversation

dcpleung
Copy link
Member

In smp_init_top(), it initializes a dummy thread and set it
to be the current thread. The _current_cpu macro asserts
on intel_apl_adsp since interrupts are unmasked at smp entry.
So don't unmask.

Signed-off-by: Daniel Leung [email protected]

In smp_init_top(), it initializes a dummy thread and set it
to be the current thread. The _current_cpu macro asserts
on intel_apl_adsp since interrupts are unmasked at smp entry.
So don't unmask.

Fixes zephyrproject-rtos#28590

Signed-off-by: Daniel Leung <[email protected]>
In smp_init_top(), it initializes a dummy thread and set it
to be the current thread. The _current_cpu macro asserts
on intel_apl_adsp since	interrupts are unmasked	at smp entry.
So don't unmask.

Signed-off-by: Daniel Leung <[email protected]>
@dcpleung
Copy link
Member Author

Use #26483 instead.

@dcpleung dcpleung closed this Sep 25, 2020
@dcpleung dcpleung deleted the intel_adsp_smp_fix branch September 25, 2020 18:40
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.

1 participant