From: Jeff Dike Date: Tue, 11 Apr 2006 05:53:28 +0000 (-0700) Subject: [PATCH] uml: memory hotplug cleanups X-Git-Tag: v2.6.17-rc2~242 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60baa1583959e8b15e2823ef9e1cc00fd7ea929c;p=pandora-kernel.git [PATCH] uml: memory hotplug cleanups Change memory hotplug to use GFP_NOWAIT instead of GFP_ATOMIC, so that it will grab memory without sleeping, but doesn't try to use the emergency pools. A small list initialization suggested by Daniel Phillips - don't initialize lists which are just about to be list_add-ed. Signed-off-by: Jeff Dike Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed