diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-04-10 17:49:40 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-04-10 17:49:40 +0200 |
| commit | 21fd1281cf19572e202d583689b99c33ec68da50 (patch) | |
| tree | 3325e00e4ccfe95db42be7a38a48350681c1c79f /kernel/kapi | |
| parent | c3f7b747f02a79b34ed914c54ce74be973b17af1 (diff) | |
| download | teachos-21fd1281cf19572e202d583689b99c33ec68da50.tar.xz teachos-21fd1281cf19572e202d583689b99c33ec68da50.zip | |
kernel: let arch initialize the ACPI manager
Diffstat (limited to 'kernel/kapi')
| -rw-r--r-- | kernel/kapi/devices.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/kernel/kapi/devices.cpp b/kernel/kapi/devices.cpp index b8aa44b..2250319 100644 --- a/kernel/kapi/devices.cpp +++ b/kernel/kapi/devices.cpp @@ -1,6 +1,5 @@ #include "kapi/devices.hpp" -#include "kapi/cpu.hpp" #include "kapi/system.hpp" #include "kernel/devices/root_bus.hpp" @@ -35,8 +34,6 @@ namespace kapi::devices auto & bus = root_bus.emplace(); register_device(bus); bus.init(); - - kapi::cpu::discover_topology(); } auto get_root_bus() -> bus & |
