scheduler: Cleanup based on PR feedback.
This commit is contained in:
parent
ac81c02ed9
commit
8db80d8389
3 changed files with 4 additions and 5 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
namespace Kernel {
|
||||
|
||||
Scheduler::Scheduler(std::shared_ptr<ARM_Interface> cpu_core) : cpu_core(cpu_core) {}
|
||||
Scheduler::Scheduler(ARM_Interface* cpu_core) : cpu_core(cpu_core) {}
|
||||
|
||||
Scheduler::~Scheduler() {
|
||||
for (auto& thread : thread_list) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue