From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH] libata-eh: Use switch() instead of sparse array for protocol strings Date: Mon, 9 Jan 2017 09:27:23 -0800 Message-ID: <20170109172723.GA30423@infradead.org> References: <1483973368-6828-1-git-send-email-geert@linux-m68k.org> <20170109152319.GA12827@mtj.duckdns.org> <20170109160424.GB12827@mtj.duckdns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from bombadil.infradead.org ([198.137.202.9]:50104 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1034361AbdAIR1Z (ORCPT ); Mon, 9 Jan 2017 12:27:25 -0500 Content-Disposition: inline In-Reply-To: Sender: linux-ide-owner@vger.kernel.org List-Id: linux-ide@vger.kernel.org To: Geert Uytterhoeven Cc: Tejun Heo , "linux-ide@vger.kernel.org" , "linux-kernel@vger.kernel.org" On Mon, Jan 09, 2017 at 05:30:02PM +0100, Geert Uytterhoeven wrote: > > ata_force_param_buf is __initdata and shouldn't really matter. > > It mainly matters because of e.g. bootloader limitations. Do we need a full 4k for the force parameters? What would a typical command line for it look like?