diff options
Diffstat (limited to 'drivers/misc/sgi-xp/xp_sn2.c')
-rw-r--r-- | drivers/misc/sgi-xp/xp_sn2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/sgi-xp/xp_sn2.c b/drivers/misc/sgi-xp/xp_sn2.c index 3d553fa73f4d..1fcfdebca2c5 100644 --- a/drivers/misc/sgi-xp/xp_sn2.c +++ b/drivers/misc/sgi-xp/xp_sn2.c | |||
@@ -32,7 +32,7 @@ EXPORT_SYMBOL_GPL(xp_nofault_PIOR_target); | |||
32 | * If the PIO read times out, the MCA handler will consume the error and | 32 | * If the PIO read times out, the MCA handler will consume the error and |
33 | * return to a kernel-provided instruction to indicate an error. This PIO read | 33 | * return to a kernel-provided instruction to indicate an error. This PIO read |
34 | * exists because it is guaranteed to timeout if the destination is down | 34 | * exists because it is guaranteed to timeout if the destination is down |
35 | * (AMO operations do not timeout on at least some CPUs on Shubs <= v1.2, | 35 | * (amo operations do not timeout on at least some CPUs on Shubs <= v1.2, |
36 | * which unfortunately we have to work around). | 36 | * which unfortunately we have to work around). |
37 | */ | 37 | */ |
38 | static enum xp_retval | 38 | static enum xp_retval |