remove second timer

This commit is contained in:
Simon
2025-07-08 13:33:01 +02:00
parent cc412f4902
commit 9023944e92

View File

@@ -151,7 +151,6 @@ extern "C" int main_ap() {
DBG << "App CPU " << static_cast<int>(Core::getID()) << endl << flush;
LAPIC::Timer::setup(1000000);
Core::Interrupt::enable();
LAPIC::Timer::activate();