From c2f5b9258b3e151e20452f964d63ade6c6378daa Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Tue, 28 Jul 2026 13:38:22 +0200 Subject: chore: post refactoring cleanup --- arch/x86_64/kapi/devices.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/x86_64/kapi/devices.cpp') diff --git a/arch/x86_64/kapi/devices.cpp b/arch/x86_64/kapi/devices.cpp index 04b6fa2d..62754f08 100644 --- a/arch/x86_64/kapi/devices.cpp +++ b/arch/x86_64/kapi/devices.cpp @@ -44,6 +44,8 @@ namespace kapi::devices system::panic("[x86_64:DEV] The CPU topology has already been initialized!"); } + kapi::devices::get_root_bus()->add_child(cpu_bus); + cpu_bus = kstd::make_shared(); cpu_bus->facet()->enumerate(*cpu_bus); } -- cgit v1.2.3