From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [PATCH] ehea: Fix memory hotplug support Date: Thu, 16 Oct 2008 05:12:15 -0400 Message-ID: <48F7056F.7050602@garzik.org> References: <200809171619.46741.hannes.hering@linux.vnet.ibm.com> <200810151318.59151.hannes.hering@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: linux-kernel@vger.kernel.org, linuxppc-dev@ozlabs.org, netdev@vger.kernel.org, ossrosch@linux.vnet.ibm.com, ossthema@de.ibm.com, raisch@de.ibm.com, themann@de.ibm.com, osstklei@de.ibm.com To: Hannes Hering Return-path: Received: from srv5.dvmed.net ([207.36.208.214]:36033 "EHLO mail.dvmed.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753277AbYJPJMZ (ORCPT ); Thu, 16 Oct 2008 05:12:25 -0400 In-Reply-To: <200810151318.59151.hannes.hering@linux.vnet.ibm.com> Sender: netdev-owner@vger.kernel.org List-ID: Hannes Hering wrote: > This patch implements the memory notifier to update the busmap instantly > instead of rebuilding the whole map. This is necessary because > walk_memory_resource provides different information than required during memory > hotplug. > > Signed-off-by: Hannes Hering > --- > This patch is based on the current netdev-2.6-git. It supersedes the previous > post "ehea: Fix memory hotplug support". > http://www.spinics.net/lists/netdev/msg75413.html Due to vacation, netdev-2.6.git is stale. Please regenerate this patch against davem's net-2.6.git. Jeff