Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kernel: Move SMP initialization to start of main thread
The smp_init() call was too early. Device and subsystem initialization doesn't happen until after the main thread starts running. Starting extra CPUs and allowing them to schedule threads before their drivers are alive is a bad idea, even if it works in a unit test. Signed-off-by: Andy Ross <[email protected]>
- Loading branch information