On 06/06/2014 05:59 PM, Srivatsa S. Bhat wrote:
 
> +bool kexec_cpu_wake(void)
> +{
> +     kexec_smp_down(NULL);
> +
> +     /* NOTREACHED */
> +     return true;
> +}
> +

This function doesn't have to return anything, so we can define it as void.
The bool is a remnant of my previous attempt at making this work. (But these
patches compile fine as they are, though).

Regards,
Srivatsa S. Bhat

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to