diff options
| -rw-r--r-- | arch/x86/platform/uv/tlb_uv.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/x86/platform/uv/tlb_uv.c b/arch/x86/platform/uv/tlb_uv.c index 9010ca715c03..affea509c174 100644 --- a/arch/x86/platform/uv/tlb_uv.c +++ b/arch/x86/platform/uv/tlb_uv.c | |||
| @@ -642,16 +642,6 @@ static int uv2_wait_completion(struct bau_desc *bau_desc, | |||
| 642 | } else if (descriptor_stat == UV2H_DESC_DEST_TIMEOUT) { | 642 | } else if (descriptor_stat == UV2H_DESC_DEST_TIMEOUT) { |
| 643 | stat->s_dtimeout++; | 643 | stat->s_dtimeout++; |
| 644 | ttm = get_cycles(); | 644 | ttm = get_cycles(); |
| 645 | /* | ||
| 646 | * Our retries may be blocked by all destination | ||
| 647 | * swack resources being consumed, and a timeout | ||
| 648 | * pending. In that case hardware returns the | ||
| 649 | * ERROR that looks like a destination timeout. | ||
| 650 | */ | ||
| 651 | if (cycles_2_us(ttm - bcp->send_message) < timeout_us) { | ||
| 652 | bcp->conseccompletes = 0; | ||
| 653 | return FLUSH_RETRY_PLUGGED; | ||
| 654 | } | ||
| 655 | bcp->conseccompletes = 0; | 645 | bcp->conseccompletes = 0; |
| 656 | return FLUSH_RETRY_TIMEOUT; | 646 | return FLUSH_RETRY_TIMEOUT; |
| 657 | } else { | 647 | } else { |
