From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <17985.26509.807018.401277@cargo.ozlabs.ibm.com> Date: Wed, 9 May 2007 16:17:49 +1000 From: Paul Mackerras To: Johannes Berg Subject: Re: [PATCH] swsusp: introduce register_nosave_region_late In-Reply-To: <1178616229.18162.40.camel@johannes.berg> References: <1178616229.18162.40.camel@johannes.berg> Cc: "Rafael J. Wysocki" , linuxppc-dev list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Johannes Berg writes: > This patch introduces a new register_nosave_region_late function that > can be called from initcalls when register_nosave_region can no longer > be used because it uses bootmem. > > Signed-off-by: Johannes Berg > Acked-by: Rafael J. Wysocki > > --- > Paul, I see you merged the suspend to disk for G5 patches, but this one > is required for it to build. Rafael said that we should merge it with > the user, since our code is the only user right now I take it that means > it should go through the powerpc tree. OK, but the patch doesn't apply against Linus' tree. It has no mention of register_nosave_region in include/linux/suspend.h, for instance. Which tree is this patch against? Paul.