https://bugzilla.kernel.org/show_bug.cgi?id=199245
Chen Yu ([email protected]) changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO CC| |[email protected], | |[email protected] Summary|Reduce time in |Reduce time in |`acpi_init()` on Lenovo X60 |`acpi_init()` on Lenovo X60 | |(54 ms) --- Comment #3 from Chen Yu ([email protected]) --- 54 ms seems not that slow to me IMO, and it might not be noticed from user experience. Since most of the time was taken during enumerate devices in the ACPI namespace according to the log, I assume the acpi_init() time consumed is highly platform specific. Besides, although acpi_bus_scan() is protected by a mutex lock, it can not be run in parallel because it is mandatory for the other component. +Rui for comments -- You are receiving this mail because: You are watching the assignee of the bug. ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ acpi-bugzilla mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
