https://bugzilla.novell.com/show_bug.cgi?id=221667 ------- Comment #26 from odabrunz@novell.com 2007-01-15 12:33 MST ------- There is a new fix in patches.suse/apm_setup_UP.diff. It seems there is no way to use num_online_cpus() earlier, because boot_cpu_init() is also called when the other __init functions are called. So, if necessary, we need to set the default value after all __init functions have run. I introduced a new function apm_poweroff_init() that is called later during the late_initcall phase. It will check if the kernel parameter was found and otherwise initialize power_off to (num_online_cpus() == 1). -- 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.