diff options
author | Dean Nelson <dcn@sgi.com> | 2008-07-30 01:34:17 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-07-30 12:41:50 -0400 |
commit | 61deb86e98f51151b225f7563ee1cf2b50857d10 (patch) | |
tree | 0196f0748fed77b100476067ca31254517e939b1 /drivers/misc/sgi-xp/xpc.h | |
parent | a812dcc3a298eef650c381e094e2cf41a4ecc9ad (diff) |
sgi-xp: move xpc_check_remote_hb() to support both SN2 and UV
Move xpc_check_remote_hb() so it can support both SN2 and UV.
Signed-off-by: Dean Nelson <dcn@sgi.com>
Cc: Jack Steiner <steiner@sgi.com>
Cc: "Luck, Tony" <tony.luck@intel.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/xpc.h')
-rw-r--r-- | drivers/misc/sgi-xp/xpc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/sgi-xp/xpc.h b/drivers/misc/sgi-xp/xpc.h index 49e26993345b..f258f89b8d3c 100644 --- a/drivers/misc/sgi-xp/xpc.h +++ b/drivers/misc/sgi-xp/xpc.h | |||
@@ -632,7 +632,7 @@ extern void (*xpc_heartbeat_exit) (void); | |||
632 | extern void (*xpc_increment_heartbeat) (void); | 632 | extern void (*xpc_increment_heartbeat) (void); |
633 | extern void (*xpc_offline_heartbeat) (void); | 633 | extern void (*xpc_offline_heartbeat) (void); |
634 | extern void (*xpc_online_heartbeat) (void); | 634 | extern void (*xpc_online_heartbeat) (void); |
635 | extern void (*xpc_check_remote_hb) (void); | 635 | extern enum xp_retval (*xpc_get_remote_heartbeat) (struct xpc_partition *); |
636 | extern enum xp_retval (*xpc_make_first_contact) (struct xpc_partition *); | 636 | extern enum xp_retval (*xpc_make_first_contact) (struct xpc_partition *); |
637 | extern u64 (*xpc_get_chctl_all_flags) (struct xpc_partition *); | 637 | extern u64 (*xpc_get_chctl_all_flags) (struct xpc_partition *); |
638 | extern enum xp_retval (*xpc_allocate_msgqueues) (struct xpc_channel *); | 638 | extern enum xp_retval (*xpc_allocate_msgqueues) (struct xpc_channel *); |