From: Jeremy Fitzhardinge Date: Tue, 15 Jul 2008 20:22:49 +0000 (-0700) Subject: generic ipi function calls: wait on alloc failure fallback X-Git-Tag: v2.6.27-rc1~1068 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63cf13b77ab785e87c867defa8545e6d4a989774;p=pandora-kernel.git generic ipi function calls: wait on alloc failure fallback When a GFP_ATOMIC allocation fails, it falls back to allocating the data on the stack and converting it to a waiting call. Make sure we actually wait in this case. Signed-off-by: Jeremy Fitzhardinge Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed