aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/uv
diff options
context:
space:
mode:
authorCliff Wickman <cpw@sgi.com>2010-06-02 17:22:02 -0400
committerIngo Molnar <mingo@elte.hu>2010-06-08 15:13:48 -0400
commitf6d8a56693426b1f29ff5cafda8be0d65e4e1870 (patch)
tree3fedbb46a459c147fd8d470c7f5091235677cc03 /arch/x86/include/asm/uv
parent450a007eebaf430426ea8f89bbc3f287949905b2 (diff)
x86, UV: Modularize BAU send and wait
Streamline the large uv_flush_send_and_wait() function by use of a couple of helper functions. And remove some excess comments. Signed-off-by: Cliff Wickman <cpw@sgi.com> Cc: gregkh@suse.de LKML-Reference: <E1OJvNy-0004ay-IH@eag09.americas.sgi.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/include/asm/uv')
-rw-r--r--arch/x86/include/asm/uv/uv_bau.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/asm/uv/uv_bau.h b/arch/x86/include/asm/uv/uv_bau.h
index 7f6ea611cb71..42d412fd8b02 100644
--- a/arch/x86/include/asm/uv/uv_bau.h
+++ b/arch/x86/include/asm/uv/uv_bau.h
@@ -75,7 +75,6 @@
75#define DESC_STATUS_DESTINATION_TIMEOUT 2 75#define DESC_STATUS_DESTINATION_TIMEOUT 2
76#define DESC_STATUS_SOURCE_TIMEOUT 3 76#define DESC_STATUS_SOURCE_TIMEOUT 3
77 77
78#define TIMEOUT_DELAY 10
79/* 78/*
80 * delay for 'plugged' timeout retries, in microseconds 79 * delay for 'plugged' timeout retries, in microseconds
81 */ 80 */