All of lore.kernel.org
 help / color / mirror / Atom feed
* [PM] Unbreak S3
@ 2003-08-06 10:37 Pavel Machek
  2003-08-06 14:18 ` Patrick Mochel
  0 siblings, 1 reply; 2+ messages in thread
From: Pavel Machek @ 2003-08-06 10:37 UTC (permalink / raw)
  To: kernel list, Patrick Mochel

Hi!

SOFTWARE_SUSPEND/ACPI_SLEEP split was not ideal. As ACPI_SLEEP is now
independant, #ifdef is wrong. Please apply,
								Pavel

--- /usr/src/tmp/linux/drivers/acpi/sleep/main.c	2003-08-06 12:25:17.000000000 +0200
+++ /usr/src/linux/drivers/acpi/sleep/main.c	2003-08-06 12:12:58.000000000 +0200
@@ -191,12 +191,11 @@
 		status = acpi_enter_sleep_state(state);
 		break;
 
-#ifdef CONFIG_SOFTWARE_SUSPEND
 	case ACPI_STATE_S2:
 	case ACPI_STATE_S3:
 		do_suspend_lowlevel(0);
 		break;
-#endif
+
 	case ACPI_STATE_S4:
 		do_suspend_lowlevel_s4bios(0);
 		break;

-- 
When do you have a heart between your knees?
[Johanka's followup: and *two* hearts?]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PM] Unbreak S3
  2003-08-06 10:37 [PM] Unbreak S3 Pavel Machek
@ 2003-08-06 14:18 ` Patrick Mochel
  0 siblings, 0 replies; 2+ messages in thread
From: Patrick Mochel @ 2003-08-06 14:18 UTC (permalink / raw)
  To: Pavel Machek; +Cc: kernel list


> SOFTWARE_SUSPEND/ACPI_SLEEP split was not ideal. As ACPI_SLEEP is now
> independant, #ifdef is wrong. Please apply,

Thanks, both applied.


	-pat


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-08-06 14:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-06 10:37 [PM] Unbreak S3 Pavel Machek
2003-08-06 14:18 ` Patrick Mochel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.