mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Pavel Machek <pavel@ucw.cz>
To: "Zhu, Yi" <yi.zhu@intel.com>
Cc: akpm@osdl.org, linux-kernel@vger.kernel.org, linux-pm@lists.osdl.org
Subject: Re: [linux-pm] [PATCH] make pm_suspend_disk suspend/resume sysdev and dpm_off_irq
Date: Fri, 26 Nov 2004 12:52:26 +0100	[thread overview]
Message-ID: <20041126115226.GC1028@elf.ucw.cz> (raw)
In-Reply-To: <3ACA40606221794F80A5670F0AF15F8403BD586C@pdsmsx403>

Hi!

> > Okay, this should be better patch. It works here.
> 
> device_power_down() might fail, in this case we should
> bail out, right?

Hmm, yes, you might want to add error=device_power_down(), if (error)
{ local_irq_enable(); return error; }. But I do not think system
devices really fail, and if they fail during resume, there's no good
way to recover the system, anyway...

I'd just apply this one, it will have to change after 2.6.10 anyway.

								Pavel

> > --- clean/kernel/power/swsusp.c	2004-10-19
> > 14:16:29.000000000 +0200
> > +++ linux/kernel/power/swsusp.c	2004-11-25
> > 12:27:35.000000000 +0100
> > @@ -854,11 +840,13 @@
> >  	if ((error = arch_prepare_suspend()))
> >  		return error;
> >  	local_irq_disable();
> > +	device_power_down(3);
> >  	save_processor_state();
> >  	error = swsusp_arch_suspend();
> >  	/* Restore control flow magically appears here */ 
> >  	restore_processor_state(); restore_highmem();
> > +	device_power_up();
> >  	local_irq_enable();
> >  	return error;
> >  }
> > @@ -878,6 +866,7 @@
> >  {
> >  	int error;
> >  	local_irq_disable();
> > +	device_power_down(3);
> >  	/* We'll ignore saved state, but this gets preempt count (etc)
> >  	right */ save_processor_state();
> >  	error = swsusp_arch_resume();
> > @@ -887,6 +876,7 @@
> >  	BUG_ON(!error);
> >  	restore_processor_state();
> >  	restore_highmem();
> > +	device_power_up();
> >  	local_irq_enable();
> >  	return error;
> >  }

-- 
People were complaining that M$ turns users into beta-testers...
...jr ghea gurz vagb qrirybcref, naq gurl frrz gb yvxr vg gung jnl!

  reply	other threads:[~2004-11-27  5:40 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-11-26  2:38 Zhu, Yi
2004-11-26 11:52 ` Pavel Machek [this message]
  -- strict thread matches above, loose matches on Subject: below --
2004-11-25  4:59 Zhu, Yi
2004-11-25 11:28 ` Pavel Machek
2004-11-25 11:34 ` Pavel Machek
2004-11-24 10:18 Zhu, Yi
2004-11-24 10:25 ` [linux-pm] " Pavel Machek

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20041126115226.GC1028@elf.ucw.cz \
    --to=pavel@ucw.cz \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@lists.osdl.org \
    --cc=yi.zhu@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®