test2
Eggert Jung 4 months ago
parent 370e76bfc4
commit 68cb30210f

@ -49,7 +49,7 @@ void Scheduler::kill(Thread* that) {
for(uint8_t i=0;i<Core::MAX; i++)
if(dispatcher.lifePointer[i] == that){
LAPIC::IPI::send(i, Core::Interrupt::Vector::ASSASSIN);
DBG << "found thread on Core << dec << static_cast<int>(i) << "! killing...\n" << flush;
DBG << "found thread on Core" << dec << static_cast<int>(i) << "! killing...\n" << flush;
return;
}

Loading…
Cancel
Save