From: Andrew Morton Date: Wed, 19 Jun 2013 00:06:05 +0000 (+1000) Subject: memory_hotplug-use-pgdat_resize_lock-in-__offline_pages-fix X-Git-Tag: next-20130619~2^2~518 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=27d776552045a2746e29f7b92a190280743b72e9;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 330b2c982633..bef133edbe49 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;