From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sipsolutions.net (crystal.sipsolutions.net [195.210.38.204]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 2AEAEDDEC9 for ; Wed, 21 Mar 2007 23:12:48 +1100 (EST) Message-Id: <20070321104037.696668000@sipsolutions.net> Date: Wed, 21 Mar 2007 11:40:37 +0100 From: Johannes Berg To: linuxppc-dev@ozlabs.org Subject: [RFC 0/6] suspend on G5 Mime-Version: 1.0 List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi, This is a repost of my suspend for G5 patches. It's RFC instead of PATCH because it relies on some patches that Rafael Wysocki did to remove the pageflags that are used for suspend, so it can't be applied as-is without having those patches too. They can be found with the patch titles * swsusp: Use inline functions for changing page flags * swsusp: Do not use page flags * mm: Remove unused page flags In addition to that patch, you'll need my patch * swsusp: introduce register_nosave_region_late which I posted to linux-pm in one of the "swsusp: Do not use page flags (was: Re: Remove page flags for software suspend)" threads. All these patches should also be somewhere on http://johannes.sipsolutions.net/patches/, the first three named rafael{1,2,3}.patch. johannes