From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Thu, 5 Apr 2007 11:11:13 -0500 From: Scott Wood To: Jerry Van Baren Subject: Re: [PATCH dtc] Implement the -R option and add a -S option. Message-ID: <20070405161113.GA28063@ld0162-tx32.am.freescale.net> References: <20070405020433.GA13891@dellserver.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20070405020433.GA13891@dellserver.lan> Cc: Linuxppc-dev@ozlabs.org, jdl@jdl.com, david@gibson.dropbear.id.au List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, Apr 04, 2007 at 10:04:33PM -0400, Jerry Van Baren wrote: > Implement the -R option to add memory reserve slots. > Add a -S option makes the blob at least this number of bytes. Wouldn't it be better to just specify the amount of extra space, instead of the minimum total space? That way, you only need to know what you intend to add, not how much is already there. -Scott