https://bugzilla.novell.com/show_bug.cgi?id=221667 pavel@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Comment #3 from pavel@novell.com 2006-11-29 17:19 MST ------- Well... yes, this means power_off is disabled by default on CONFIG_SMP builds... that is because apm is often broken w.r.t. SMP. I guess it did not bite us before, because we used to avoid CONFIG_SMP kernels on UP machines. What about sticking power_off = (num_online_cpus() == 1); at begining of apm_setup()? Or maybe teaching installer to add "power_off" on UP machines running without ACPI? Ludwig, can you confirm that power_off on command line fixes your problem? ..actually, given mess apm.c is, I'd prefer to fix it by command line options. It looks power_off parameter can enable/disable APM.... -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.