Skip to content
This repository has been archived by the owner on Jul 3, 2020. It is now read-only.

New Runtime Features #145

Open
wants to merge 23 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Commented SMP init function call
RossComputerGuy committed May 24, 2017

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 9a081ff33d2bbb5c50095355796ccf6b7223f726
2 changes: 1 addition & 1 deletion src/kernel/kernel-main.cc
Original file line number Diff line number Diff line change
@@ -200,7 +200,7 @@ void KernelMain::InitSystemBSP(void* mbt) {
GLOBAL_engines()->Startup();

// Uncomment to enable SMP
if(cpus_found > 0) GLOBAL_platform()->StartCPUs();
//if(cpus_found > 0) GLOBAL_platform()->StartCPUs();
}

void KernelMain::InitSystemAP() {