From patchwork Mon Feb 23 01:05:22 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 8362 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 n1N14hjb013480 for ; Mon, 23 Feb 2009 01:04:43 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751340AbZBWBEm (ORCPT ); Sun, 22 Feb 2009 20:04:42 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751739AbZBWBEm (ORCPT ); Sun, 22 Feb 2009 20:04:42 -0500 Received: from rcsinet11.oracle.com ([148.87.113.123]:18619 "EHLO rgminet11.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751032AbZBWBEl (ORCPT ); Sun, 22 Feb 2009 20:04:41 -0500 Received: from rgminet15.oracle.com (rcsinet15.oracle.com [148.87.113.117]) by rgminet11.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id n1N16olC014974 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 23 Feb 2009 01:06:51 GMT Received: from acsmt701.oracle.com (acsmt701.oracle.com [141.146.40.71]) by rgminet15.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id n1N14Ki9028213; Mon, 23 Feb 2009 01:04:21 GMT Received: from chimera.site (/71.117.247.66) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Mon, 23 Feb 2009 01:04:18 +0000 Date: Sun, 22 Feb 2009 17:05:22 -0800 From: Randy Dunlap To: linux-acpi@vger.kernel.org Cc: lenb@kernel.org, akpm , torvalds Subject: [PATCH] acpi/doc: add missing param value Message-Id: <20090222170522.02db8b69.randy.dunlap@oracle.com> Organization: Oracle Linux Eng. X-Mailer: Sylpheed 2.6.0 (GTK+ 2.12.0; x86_64-unknown-linux-gnu) Mime-Version: 1.0 X-Source-IP: acsmt701.oracle.com [141.146.40.71] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090206.49A1F614.0071:SCFSTAT928724,ss=1,fgs=0 Sender: linux-acpi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org From: Randy Dunlap Add missing parameter value to list of available values for acpi=. Signed-off-by: Randy Dunlap --- Documentation/kernel-parameters.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 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 --- linux-next-20090220.orig/Documentation/kernel-parameters.txt +++ linux-next-20090220/Documentation/kernel-parameters.txt @@ -136,7 +136,7 @@ and is between 256 and 4096 characters. acpi= [HW,ACPI,X86-64,i386] Advanced Configuration and Power Interface - Format: { force | off | ht | strict | noirq } + Format: { force | off | ht | strict | noirq | rsdt } force -- enable ACPI if default was off off -- disable ACPI if default was on noirq -- do not use ACPI for IRQ routing