From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932612AbcCMK3n (ORCPT ); Sun, 13 Mar 2016 06:29:43 -0400 Received: from mail-wm0-f66.google.com ([74.125.82.66]:34927 "EHLO mail-wm0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752191AbcCMK3k (ORCPT ); Sun, 13 Mar 2016 06:29:40 -0400 Date: Sun, 13 Mar 2016 11:29:34 +0100 From: Ingo Molnar To: hpa@zytor.com, peterz@infradead.org, linux-kernel@vger.kernel.org, tglx@linutronix.de Cc: linux-tip-commits@vger.kernel.org Subject: Re: [tip:smp/hotplug] cpu/hotplug: Document states better Message-ID: <20160313102934.GA20452@gmail.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * tip-bot for Thomas Gleixner 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