https://bugzilla.novell.com/show_bug.cgi?id=221667 ------- Comment #23 from odabrunz@novell.com 2007-01-15 08:18 MST ------- Hmmm... need to put the default setup into a section that is run before the __setup() stuff. That means it should be something like this: ----------------------------------------------------------------- #ifdef CONFIG_SMP static __init apm_poweroff_init() { power_off = (num_online_cpus() == 1); } core_initcall(apm_poweroff); #endif ----------------------------------------------------------------- Checking... -- 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.