From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yasunori Goto Subject: Re: [PATCH 2/2] ehea: remove dependency on MEMORY_HOTPLUG Date: Wed, 04 Jun 2008 14:27:16 +0900 Message-ID: <20080604142112.979F.E1E9C6FF@jp.fujitsu.com> References: <20080603223128.GD7475@localdomain> <4845C8D1.4080808@garzik.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: tklein@de.ibm.com, themann@de.ibm.com, Hannes Hering , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, ossrosch@linux.vnet.ibm.com, linuxppc-dev@ozlabs.org, raisch@de.ibm.com, Badari Pulavarty , ossthema@de.ibm.com, Paul Mackerras To: Jeff Garzik , Nathan Lynch Return-path: In-Reply-To: <4845C8D1.4080808@garzik.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linuxppc-dev-bounces+glppd-linuxppc64-dev=m.gmane.org@ozlabs.org Errors-To: linuxppc-dev-bounces+glppd-linuxppc64-dev=m.gmane.org@ozlabs.org List-Id: netdev.vger.kernel.org Hello. I'm working for memory hotplug. This patch looks good to me. Acked-by: Yasunori Goto Thanks. > Nathan Lynch wrote: > > Now that walk_memory_resource() is available regardless of > > MEMORY_HOTPLUG's setting, this dependency is not needed. > > > > Signed-off-by: Nathan Lynch > > --- > > drivers/net/Kconfig | 2 +- > > 1 files changed, 1 insertions(+), 1 deletions(-) > > > > diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig > > index dd0ec9e..f4182cf 100644 > > --- a/drivers/net/Kconfig > > +++ b/drivers/net/Kconfig > > @@ -2426,7 +2426,7 @@ config CHELSIO_T3 > > > > config EHEA > > tristate "eHEA Ethernet support" > > - depends on IBMEBUS && INET && SPARSEMEM && MEMORY_HOTPLUG > > + depends on IBMEBUS && INET && SPARSEMEM > > select INET_LRO > > ACK, please send via appropriate target for memory hotplug stuff > > > -- > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/ -- Yasunori Goto