From: Cliff Wickman Date: Wed, 2 Jun 2010 21:22:02 +0000 (-0500) Subject: x86, UV: Remove BAU check for stay-busy X-Git-Tag: v2.6.36-rc1~42^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90cc7d944981a6d06b49bb26fde1b490e28c90e5;p=pandora-kernel.git x86, UV: Remove BAU check for stay-busy Remove a faulty assumption that a long running BAU request has encountered a hardware problem and will never finish. Numalink congestion can make a request appear to have encountered such a problem, but it is not safe to cancel the request. If such a cancel is done but a reply is later received we can miss a TLB shootdown. We depend upon the max_bau_concurrent 'throttle' to prevent the stay-busy case from happening. Signed-off-by: Cliff Wickman Cc: gregkh@suse.de LKML-Reference: Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed