-mm swsusp: do not default to platform/firmware
From: Pavel Machek (pavel_at_ucw.cz)
Date: 07/29/04
- Previous message: Nigel Cunningham: "Re: [PATCH] Add missing refrigerator support."
- Next in thread: Andrew Morton: "Re: -mm swsusp: do not default to platform/firmware"
- Reply: Andrew Morton: "Re: -mm swsusp: do not default to platform/firmware"
- Maybe reply: Li, Shaohua: "RE: -mm swsusp: do not default to platform/firmware"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 29 Jul 2004 00:24:45 +0200 To: Patrick Mochel <mochel@digitalimplant.org>, Andrew Morton <akpm@zip.com.au>, kernel list <linux-kernel@vger.kernel.org>
Hi!
-mm swsusp now defaults to platform/firmware suspend... That's
certainly unexpected, changes behaviour from previous version, and
only works on one of three machines I have here. I'd like the default
to be changed back. Please apply,
Pavel
--- clean-mm/drivers/acpi/sleep/main.c 2004-07-28 23:39:47.000000000 +0200
+++ linux-mm/drivers/acpi/sleep/main.c 2004-07-28 22:54:43.000000000 +0200
@@ -216,9 +216,7 @@
if (acpi_gbl_FACS->S4bios_f) {
sleep_states[i] = 1;
printk(" S4bios");
- acpi_pm_ops.pm_disk_mode = PM_DISK_FIRMWARE;
- } else if (sleep_states[i])
- acpi_pm_ops.pm_disk_mode = PM_DISK_PLATFORM;
+ }
}
}
printk(")\n");
-- People were complaining that M$ turns users into beta-testers... ...jr ghea gurz vagb qrirybcref, naq gurl frrz gb yvxr vg gung jnl! - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Previous message: Nigel Cunningham: "Re: [PATCH] Add missing refrigerator support."
- Next in thread: Andrew Morton: "Re: -mm swsusp: do not default to platform/firmware"
- Reply: Andrew Morton: "Re: -mm swsusp: do not default to platform/firmware"
- Maybe reply: Li, Shaohua: "RE: -mm swsusp: do not default to platform/firmware"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|