From 7e382391f32b1133c646a0184e2f426dbfc9f1d9 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Wed, 29 Jul 2026 08:22:12 +0200 Subject: kernel: improve minor number allocation --- arch/x86_64/kapi/devices.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'arch/x86_64/kapi') diff --git a/arch/x86_64/kapi/devices.cpp b/arch/x86_64/kapi/devices.cpp index 62754f08..eb84bc1f 100644 --- a/arch/x86_64/kapi/devices.cpp +++ b/arch/x86_64/kapi/devices.cpp @@ -46,8 +46,8 @@ namespace kapi::devices kapi::devices::get_root_bus()->add_child(cpu_bus); - cpu_bus = kstd::make_shared(); - cpu_bus->facet()->enumerate(*cpu_bus); + // cpu_bus = kstd::make_shared(); + // cpu_bus->facet()->enumerate(*cpu_bus); } } // namespace kapi::devices \ No newline at end of file -- cgit v1.2.3