From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753973AbYBCVTL (ORCPT ); Sun, 3 Feb 2008 16:19:11 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752202AbYBCVS5 (ORCPT ); Sun, 3 Feb 2008 16:18:57 -0500 Received: from ogre.sisk.pl ([217.79.144.158]:41526 "EHLO ogre.sisk.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750890AbYBCVS5 (ORCPT ); Sun, 3 Feb 2008 16:18:57 -0500 From: "Rafael J. Wysocki" To: Ingo Molnar Subject: Re: [PATCH 0/4] x86 PM: Consolidate suspend and hibernation code Date: Sun, 3 Feb 2008 22:16:56 +0100 User-Agent: KMail/1.9.6 (enterprise 20070904.708012) Cc: Len Brown , LKML , Pavel Machek , pm list , Sam Ravnborg References: <200802032141.56887.rjw@sisk.pl> <20080203211519.GA27737@elte.hu> In-Reply-To: <20080203211519.GA27737@elte.hu> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200802032216.57391.rjw@sisk.pl> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sunday, 3 of February 2008, Ingo Molnar wrote: > > * Rafael J. Wysocki wrote: > > > 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. > > looks sane to me - i've applied them to x86.git. Is it fine with you if > we push them upstream (barring any test failures)? Yes, it is. :-) Thanks, Rafael