Re: [PATCH] swsusp: Fix SNAPSHOT_S2RAM ioctl

2007-03-21 Thread Pavel Machek
Hi! > > From: Rafael J. Wysocki <[EMAIL PROTECTED]> > > > > The SNAPSHOT_S2RAM ioctl does not disable the nonboot CPUs before entering > > the suspend, although it should do this. > > > > --- linux-2.6.21-rc4.orig/kernel/power/user.c > > +++ linux-2.6.21-rc4/kernel/power/user.c > > @@ -374,9 +37

Re: [PATCH] swsusp: Fix SNAPSHOT_S2RAM ioctl

2007-03-20 Thread Andrew Morton
On Tue, 20 Mar 2007 22:48:08 +0100 "Rafael J. Wysocki" <[EMAIL PROTECTED]> wrote: > From: Rafael J. Wysocki <[EMAIL PROTECTED]> > > The SNAPSHOT_S2RAM ioctl does not disable the nonboot CPUs before entering > the suspend, although it should do this. > > Signed-off-by: Rafael J. Wysocki <[EMAIL

Re: [PATCH] swsusp: Fix SNAPSHOT_S2RAM ioctl

2007-03-20 Thread Pavel Machek
Hi! > From: Rafael J. Wysocki <[EMAIL PROTECTED]> > > The SNAPSHOT_S2RAM ioctl does not disable the nonboot CPUs before entering > the suspend, although it should do this. > > } else { > - /* Enter S3, system is already frozen */ > - suspend_

[PATCH] swsusp: Fix SNAPSHOT_S2RAM ioctl

2007-03-20 Thread Rafael J. Wysocki
From: Rafael J. Wysocki <[EMAIL PROTECTED]> The SNAPSHOT_S2RAM ioctl does not disable the nonboot CPUs before entering the suspend, although it should do this. Signed-off-by: Rafael J. Wysocki <[EMAIL PROTECTED]> --- kernel/power/user.c |9 ++--- 1 file changed, 6 insertions(+), 3 deleti