From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <1329361982.3772.44.camel@pasglop> Subject: Re: [PATCH] of: Only compile OF_DYNAMIC on PowerPC pseries and iseries From: Benjamin Herrenschmidt To: Grant Likely Date: Thu, 16 Feb 2012 14:13:02 +1100 In-Reply-To: <1329240330-3539-1-git-send-email-grant.likely@secretlab.ca> References: <1329240330-3539-1-git-send-email-grant.likely@secretlab.ca> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Cc: devicetree-discuss@lists.ozlabs.org, linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org, Rob Herring , "David S. Miller" List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 2012-02-14 at 10:25 -0700, Grant Likely wrote: > Only two architectures use the OF node reference counting and reclaim bits. > There is no need to compile it for the rest of the PowerPC platforms or for > any of the other architectures. This patch makes iseries and pseries > select CONFIG_OF_DYNAMIC, and makes it default to off for everything else. > > It is still safe to turn on CONFIG_OF_DYNAMIC on all architectures, it just > isn't necessary. > > Signed-off-by: Grant Likely > Cc: "David S. Miller" Acked-by: Benjamin Herrenschmidt Cheers, Ben.