Re: [PATCH] remove software_suspend() and fix compile w/ SOFTWARE_SUSPEND disabled

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi!

> > > @@ -60,7 +60,7 @@ acpi_system_write_sleep(struct file *fil
> > >  	state = simple_strtoul(str, NULL, 0);
> > >  #ifdef CONFIG_SOFTWARE_SUSPEND
> > >  	if (state == 4) {
> > > -		error = software_suspend();
> > > +		error = pm_suspend(PM_SUSPEND_DISK);
> > >  		goto Done;
> > >  	}
> > 
> > Is enter_state and pm_suspend equivalent? Why the change?
> 
> Yeah, except that enter_state() has more argument checking. The change
> was just because I didn't see much point in having two entry points for
> the same thing and killed off software_suspend() completely. Don't
> really care.

Okay, then. ACK.
								Pavel

-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
_______________________________________________
linux-pm mailing list
linux-pm@xxxxxxxxxxxxxxxxxxxxxxxxxx
https://lists.linux-foundation.org/mailman/listinfo/linux-pm


[Index of Archives]     [Linux ACPI]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [CPU Freq]     [Kernel Newbies]     [Fedora Kernel]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux