diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-07-29 08:22:12 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-07-29 08:22:12 +0200 |
| commit | 7e382391f32b1133c646a0184e2f426dbfc9f1d9 (patch) | |
| tree | 4230aabf844e3b09348eda4f75bacd9807fe7f5a /arch/x86_64/kapi | |
| parent | 044083a8d5b3fe94c4b9f9b066f25c81915fd4c1 (diff) | |
| download | kernel-7e382391f32b1133c646a0184e2f426dbfc9f1d9.tar.xz kernel-7e382391f32b1133c646a0184e2f426dbfc9f1d9.zip | |
kernel: improve minor number allocation
Diffstat (limited to 'arch/x86_64/kapi')
| -rw-r--r-- | arch/x86_64/kapi/devices.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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<arch::bus::cpu>(); - cpu_bus->facet<kapi::devices::bus_protocol>()->enumerate(*cpu_bus); + // cpu_bus = kstd::make_shared<arch::bus::cpu>(); + // cpu_bus->facet<kapi::devices::bus_protocol>()->enumerate(*cpu_bus); } } // namespace kapi::devices
\ No newline at end of file |
