From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gateway-1237.mvista.com (gateway-1237.mvista.com [63.81.120.158]) by ozlabs.org (Postfix) with ESMTP id 73AC167BEB for ; Sat, 23 Sep 2006 06:51:21 +1000 (EST) Date: Fri, 22 Sep 2006 13:52:07 -0700 From: "Mark A. Greer" To: Sergei Shtylyov Subject: Re: [PATCH] Start arch/powerpc/boot code reorganization Message-ID: <20060922205207.GB29524@mag.az.mvista.com> References: <20060920215738.GC24809@mag.az.mvista.com> <20060921133707.GA29137@gate.crashing.org> <1CA5168F-9ECA-4AA2-92AE-F86579245855@kernel.crashing.org> <20060922012408.GA13820@mag.az.mvista.com> <9F654F4A-B344-4374-8BDC-77FB0DDAFDCC@kernel.crashing.org> <20060922185923.GB25738@mag.az.mvista.com> <45143B2B.7060501@ru.mvista.com> <20060922204013.GA29524@mag.az.mvista.com> <45144AFB.7030309@ru.mvista.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <45144AFB.7030309@ru.mvista.com> Cc: Matt Porter , Paul Mackerras , linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Sat, Sep 23, 2006 at 12:43:39AM +0400, Sergei Shtylyov wrote: > Hello. > > Mark A. Greer wrote: > > >>>3) The number of cells in the "size" portion of the tuple is indicated > >>>by the nearest #size-cells as you go up the tree. Just like the "reg" > >>>property. > > >> Well, is there need for duplication of size if "reg" prop must be > >> present anyway? > > >We're not adding another #size-cells, we're using the same one that > >"reg" uses. No duplication, just reuse. > > I mean size could have been gotten from "reg" prop. Oh. Nah, seems like a violation of how things usually work and it only adds work to look up yet another property. Mark