From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Landley Subject: Re: [PATCH] Documentation / cpu hotplug: remove outdated description for MADT entries Date: Thu, 20 Jun 2013 23:30:19 -0500 Message-ID: <1371789019.2776.139@driftwood> References: <1371718482-452-1-git-send-email-hanjun.guo@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; DelSp=Yes; Format=Flowed Content-Transfer-Encoding: 8BIT Return-path: Received: from mail-ie0-f175.google.com ([209.85.223.175]:36404 "EHLO mail-ie0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1030302Ab3FUEa3 convert rfc822-to-8bit (ORCPT ); Fri, 21 Jun 2013 00:30:29 -0400 Received: by mail-ie0-f175.google.com with SMTP id a13so17587146iee.6 for ; Thu, 20 Jun 2013 21:30:29 -0700 (PDT) In-Reply-To: <1371718482-452-1-git-send-email-hanjun.guo@linaro.org> (from hanjun.guo@linaro.org on Thu Jun 20 03:54:42 2013) Content-Disposition: inline Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org Cc: Rusty Russell , Srivatsa Vaddagiri , linux-acpi@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, patches@linaro.org, linaro-kernel@lists.linaro.org, Hanjun Guo , trivial@kernel.org On 06/20/2013 03:54:42 AM, Hanjun Guo wrote: > More than 256 entries in ACPI MADT is supported from ACPI 3.0 > Specification, > So the outdated description for MADT entries should be removed. > > Signed-off-by: Hanjun Guo > --- > Documentation/cpu-hotplug.txt | 3 --- > 1 file changed, 3 deletions(-) Acked-by: Rob Landley > diff --git a/Documentation/cpu-hotplug.txt > b/Documentation/cpu-hotplug.txt > index 9f40135..2e36e40 100644 > --- a/Documentation/cpu-hotplug.txt > +++ b/Documentation/cpu-hotplug.txt > @@ -370,9 +370,6 @@ A: There is no clear spec defined way from ACPI > that can give us that > CPUs in MADT as hotpluggable CPUS. In the case there are no > disabled CPUS > we assume 1/2 the number of CPUs currently present can be > hotplugged. > > - Caveat: Today's ACPI MADT can only provide 256 entries since the > apicid field > - in MADT is only 8 bits. > - > User Space Notification > > Hotplug support for devices is common in Linux today. Its being used > today to > -- > 1.7.9.5 > >