From: Andrew Morton Date: Thu, 23 May 2013 00:37:21 +0000 (+1000) Subject: memory_hotplug-use-pgdat_resize_lock-in-__offline_pages-fix X-Git-Tag: next-20130527~1^2~187 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=69b9115159436b5176bcbada6cfb566b21d06311;p=karo-tx-linux.git memory_hotplug-use-pgdat_resize_lock-in-__offline_pages-fix fix build Cc: Cody P Schafer Cc: David Rientjes Signed-off-by: Andrew Morton --- diff --git a/mm/memory_hotplug.c b/mm/memory_hotplug.c index e55bc6d9eed8..f6e80502450a 100644 --- a/mm/memory_hotplug.c +++ b/mm/memory_hotplug.c @@ -1492,6 +1492,7 @@ static int __ref __offline_pages(unsigned long start_pfn, unsigned long pfn, nr_pages, expire; long offlined_pages; int ret, drain, retry_max, node; + unsigned long flags; struct zone *zone; struct memory_notify arg;