From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Rafael J. Wysocki" Subject: [PATCH 0/6] ACPI / PM: Simplifications of core suspend and hibernate code Date: Mon, 7 Feb 2011 23:16:41 +0100 Message-ID: <201102072316.41270.rjw@sisk.pl> Mime-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Return-path: Received: from ogre.sisk.pl ([217.79.144.158]:51711 "EHLO ogre.sisk.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752242Ab1BGWXo (ORCPT ); Mon, 7 Feb 2011 17:23:44 -0500 Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org To: Len Brown Cc: LKML , ACPI Devel Mailing List , Linux PM mailing list , Ingo Molnar Hi, The following series of patches reduces complexity of the core suspend and hibernate code a bit. [1/6] - Remove acpi_restore_state_mem() which isn't used. [2/6] - Do not turn interrupts on/off in acpi_suspend_enter(). [3/6] - Move the "back to C" message and make it meaningful. [4/6] - Move the call to acpi_save_state_mem() towards do_suspend_lowlevel(). [5/6] - Merge do_suspend_lowlevel() into acpi_save_state_mem(). [6/6] - Do not turn interrupts on/off in acpi_hibernation_enter(). I'm regarding these patches as 2.6.39 material, if there are no objections. Thanks, Rafael