diff options
author | Dean Nelson <dcn@sgi.com> | 2008-07-30 01:34:11 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-07-30 12:41:49 -0400 |
commit | c39838ce21ca8e05857ed7f4be5d289011561905 (patch) | |
tree | bbe06be2e9184b12065edbd8a5cff5fd9f68b67e /drivers/misc/sgi-xp/xp_sn2.c | |
parent | 7fb5e59d63deda89a8eefdbd5b3c8d622076afd4 (diff) |
sgi-xp: replace AMO_t typedef by struct amo
Replace the AMO_t typedef by a direct reference to 'struct amo'.
Signed-off-by: Dean Nelson <dcn@sgi.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
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 |