Re: [tip:smp/hotplug] cpu/hotplug: Document states better

From: Ingo Molnar
Date: Sun Mar 13 2016 - 06:29:48 EST



* tip-bot for Thomas Gleixner <tipbot@xxxxxxxxx> wrote:

> cpu/hotplug: Document states better

> [CPUHP_BRINGUP_CPU] = {
> .name = "cpu:bringup",
> .startup = bringup_cpu,
> .teardown = NULL,
> .cant_stop = true,
> },
> + /*
> + * Handled on controll processor until the plugged processor manages
> + * this itself.

s/control

> + /* Entry state on starting. Interrupts enabled from here on. Transient
> + * state for synchronsization */

s/synchronization

-ENONSTANDARDCOMMENT

Thanks,

Ingo