[PATCH] powerpc: add ibm,suspend-me rtas interface

Dave C Boutcher sleddog at us.ibm.com
Thu Jan 12 12:19:44 EST 2006


On Wed, Jan 11, 2006 at 07:17:59PM -0600, Nathan Lynch wrote:
> Dave C Boutcher wrote:
> 
> > +	/* Prod each CPU.  This won't hurt, and will wake
> > +	 * anyone we successfully put to sleep with H_Join
> > +	 */
> > +	for_each_cpu(i) 
> > +			plpar_hcall_norets(H_PROD,i);
> 
> Is prodding an offline cpu okay/well-defined?

Yes, just returns a hypervisor return code (H_Param, I think.)

-- 
Dave Boutcher



More information about the Linuxppc64-dev mailing list