From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758703AbXI0Puc (ORCPT ); Thu, 27 Sep 2007 11:50:32 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756152AbXI0PuY (ORCPT ); Thu, 27 Sep 2007 11:50:24 -0400 Received: from mx1.redhat.com ([66.187.233.31]:36848 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753147AbXI0PuW (ORCPT ); Thu, 27 Sep 2007 11:50:22 -0400 Date: Thu, 27 Sep 2007 11:50:13 -0400 From: Dave Jones To: Linux Kernel Cc: linux-ide@vger.kernel.org, Kristen Carlson Accardi , Jeff Garzik Subject: correct kernel parameter in documentation. Message-ID: <20070927155013.GA20219@redhat.com> Mail-Followup-To: Dave Jones , Linux Kernel , linux-ide@vger.kernel.org, Kristen Carlson Accardi , Jeff Garzik MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.14 (2007-02-12) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org 'noacpi' isn't a standalone parameter, give it its prefix. Signed-off-by: Dave Jones diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 4d175c7..a87bc58 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt @@ -863,6 +863,10 @@ and is between 256 and 4096 characters. It is defined in the file lasi= [HW,SCSI] PARISC LASI driver for the 53c700 chip Format: addr:,irq: + libata.noacpi [LIBATA] Disables use of ACPI in libata suspend/resume + when set. + Format: + load_ramdisk= [RAM] List of ramdisks to load from floppy See Documentation/ramdisk.txt. @@ -1079,10 +1083,6 @@ and is between 256 and 4096 characters. It is defined in the file emulation library even if a 387 maths coprocessor is present. - noacpi [LIBATA] Disables use of ACPI in libata suspend/resume - when set. - Format: - noaliencache [MM, NUMA, SLAB] Disables the allocation of alien caches in the slab allocator. Saves per-node memory, but will impact performance. -- http://www.codemonkey.org.uk