Re: [PATCH] of: Only compile OF_DYNAMIC on PowerPC pseries and iseries

2012-02-15 Thread Benjamin Herrenschmidt
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_

Re: [PATCH] of: Only compile OF_DYNAMIC on PowerPC pseries and iseries

2012-02-15 Thread David Miller
From: Grant Likely Date: Tue, 14 Feb 2012 10:25:30 -0700 > 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 CON

[PATCH] of: Only compile OF_DYNAMIC on PowerPC pseries and iseries

2012-02-14 Thread Grant Likely
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. I