From: Tejun Heo Date: Mon, 4 Apr 2011 22:23:47 +0000 (+0200) Subject: x86-32, numa: Fix failure condition check in alloc_remap() X-Git-Tag: v3.0-rc1~396^2~29^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fe14ab541cd9b0d1f243afb7556046f12c8743c;p=pandora-kernel.git x86-32, numa: Fix failure condition check in alloc_remap() node_remap_{start|end}_vaddr[] describe [start, end) ranges; however, alloc_remap() incorrectly failed when the current allocation + size equaled the end but it should fail only when it goes over. Fix it. Signed-off-by: Tejun Heo Link: http://lkml.kernel.org/r/1301955840-7246-2-git-send-email-tj@kernel.org Acked-by: Yinghai Lu Cc: David Rientjes Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed