We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 10a986e + a64d553 commit c358db2Copy full SHA for c358db2
src/lib.rs
@@ -237,15 +237,6 @@ fn boot_processor_main() -> ! {
237
#[cfg(feature = "smp")]
238
synch_all_cores();
239
240
- #[cfg(feature = "pci")]
241
- info!("Compiled with PCI support");
242
- #[cfg(all(feature = "acpi", target_arch = "x86_64"))]
243
- info!("Compiled with ACPI support");
244
- #[cfg(all(feature = "fsgsbase", target_arch = "x86_64"))]
245
- info!("Compiled with FSGSBASE support");
246
- #[cfg(feature = "smp")]
247
- info!("Compiled with SMP support");
248
-
249
if kernel::is_uhyve_with_pci() || !env::is_uhyve() {
250
#[cfg(feature = "pci")]
251
crate::drivers::pci::print_information();
0 commit comments