Enable WITH_SMP to open secondary cpu, new thread cant run at the appoint core #421
changpenghui616
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I Enable WITH_SMP ,and open Core1. In static int bootstrap2(void *arg)【LK/top/main.c】 to create a new thread to appoint to core1,thread_resume the thread after arch_init ,the thread can run. but if add delay before thread_resume ,the thread cant run.
Beta Was this translation helpful? Give feedback.
All reactions