From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Rafael J. Wysocki" Subject: [PATCH 0/4] x86 PM: Consolidate suspend and hibernation code Date: Sun, 3 Feb 2008 21:41:56 +0100 Message-ID: <200802032141.56887.rjw@sisk.pl> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-pm-bounces@lists.linux-foundation.org Errors-To: linux-pm-bounces@lists.linux-foundation.org To: Ingo Molnar Cc: pm list , Sam Ravnborg , LKML List-Id: linux-pm@vger.kernel.org Hi, This series of patches consolidates the x86 suspend and hibernation code. It does the following: - move 64-bit hibernation/suspend files to arch/x86/power (under different names) - rename 32-bit files in arch/x86/power in line with the 64-bit files - separate hibernation-specific 64-bit code from the code used for both suspend and hibernation and simplify the Makefile - fix up comments Details are in the changelogs. These patches don't introduce any functional changes. Please review (and consider for merging if they look good :-)). Thanks, Rafael -- "Premature optimization is the root of all evil." - Donald Knuth