Skip to content

Commit c358db2

Browse files
authored
Merge pull request #2266 from hermit-os/rm-feature-logs
fix: remove manual feature logs
2 parents 10a986e + a64d553 commit c358db2

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/lib.rs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -237,15 +237,6 @@ fn boot_processor_main() -> ! {
237237
#[cfg(feature = "smp")]
238238
synch_all_cores();
239239

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-
249240
if kernel::is_uhyve_with_pci() || !env::is_uhyve() {
250241
#[cfg(feature = "pci")]
251242
crate::drivers::pci::print_information();

0 commit comments

Comments
 (0)