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?