On Sun, 2007-03-04 at 23:13 -0500, Erik Osheim wrote:

> [3] CONFIG_ACPI_SLEEP depends on: !X86_VOYAGER && !X86_VISWS &&
> !IA64_HP_SIM && (IA64 || X86) && ACPI && X86 && (!SMP || SUSPEND_SMP)
> && PM
> 
> [4] based on my analysis of [3] and [4], software suspend is
> definitely not possible with SMP enabled. If I could figure out where
> to turn on SUSPEND_SMP then maybe I could try ACPI_SLEEP, but it is
> nowhere to be found and defaults to '=n'.

You can try to what sets SUSPEND_SMP with something like:

find . -name 'Kconfig*' -exec grep 'SUSPEND_SMP' {} \;

at the root of the kernel tree.

I might be able to save you the trouble though -- I'm pretty sure what
you need to get SUSPEND_SMP is to turn on "CPU Hotplug" (suspend just
"unplugs" all but one CPU before suspending to make it SMP-safe).

--
Joseph Fannin

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Mactel-linux-users mailing list
Mactel-linux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mactel-linux-users

Reply via email to