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

Nathan Lynch ntl at pobox.com
Thu Jan 12 12:17:59 EST 2006


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?



More information about the Linuxppc64-dev mailing list