Skip to content
Snippets Groups Projects
Commit 7c7d7b59 authored by Stefan Lankes's avatar Stefan Lankes Committed by Stefan Lankes
Browse files

minor changes to pass the format check

parent 069cdaee
No related branches found
No related tags found
No related merge requests found
......@@ -121,7 +121,7 @@ pub fn get_possible_cpus() -> u32 {
use core::cmp;
match boot_info().platform_info {
PlatformInfo::LinuxBootParams { .. } => apic::local_apic_id_count(),
PlatformInfo::LinuxBootParams { .. } => apic::local_apic_id_count(),
PlatformInfo::Multiboot { .. } => apic::local_apic_id_count(),
// FIXME: Remove get_processor_count after a transition period for uhyve 0.1.3 adoption
PlatformInfo::Uhyve { num_cpus, .. } => cmp::max(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment