From patchwork Fri Jul 17 20:41:44 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andi Kleen X-Patchwork-Id: 36087 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n6HKj0in024328 for ; Fri, 17 Jul 2009 20:45:01 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757243AbZGQUls (ORCPT ); Fri, 17 Jul 2009 16:41:48 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757178AbZGQUlr (ORCPT ); Fri, 17 Jul 2009 16:41:47 -0400 Received: from one.firstfloor.org ([213.235.205.2]:58789 "EHLO one.firstfloor.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757180AbZGQUlq (ORCPT ); Fri, 17 Jul 2009 16:41:46 -0400 Received: from basil.firstfloor.org (p5B3CB51D.dip0.t-ipconnect.de [91.60.181.29]) by one.firstfloor.org (Postfix) with ESMTP id 7499F1A9803E; Fri, 17 Jul 2009 22:41:45 +0200 (CEST) Received: by basil.firstfloor.org (Postfix, from userid 1000) id C5045B1E95; Fri, 17 Jul 2009 22:41:44 +0200 (CEST) Date: Fri, 17 Jul 2009 22:41:44 +0200 From: Andi Kleen To: lenb@kernel.org, linux-acpi@vger.kernel.org Subject: [PATCH] Document ACPI_NUMA component in Documentation/acpi/debug.txt Message-ID: <20090717204144.GA607@basil.fritz.box> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-acpi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org Document ACPI_NUMA component in Documentation/acpi/debug.txt The numerical hole suggests there is one more component missing, but I didn't find it on a quick grep. Signed-off-by: Andi Kleen --- Documentation/acpi/debug.txt | 1 + 1 file changed, 1 insertion(+) -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Index: linux-2.6.31-rc3-ak/Documentation/acpi/debug.txt =================================================================== --- linux-2.6.31-rc3-ak.orig/Documentation/acpi/debug.txt +++ linux-2.6.31-rc3-ak/Documentation/acpi/debug.txt @@ -63,6 +63,7 @@ shows the supported mask values, current ACPI_MEMORY_DEVICE_COMPONENT 0x08000000 ACPI_VIDEO_COMPONENT 0x10000000 ACPI_PROCESSOR_COMPONENT 0x20000000 + ACPI_NUMA 0x80000000 debug_level -----------