aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/sn/kernel/xpc_partition.c
diff options
context:
space:
mode:
authorDean Nelson <dcn@sgi.com>2006-01-06 10:48:21 -0500
committerTony Luck <tony.luck@intel.com>2006-01-13 13:19:14 -0500
commit1ecaded80f94f2779160529aef7d6f37a22c2f60 (patch)
tree3d87c587e6b67e34403ddd954f1dec09b72563f2 /arch/ia64/sn/kernel/xpc_partition.c
parent246c7e33d51afe99890b2caab7ad482c0296d5ba (diff)
[IA64-SGI] cleanup XPC disengage related messages
Cleanup the XPC disengage related messages that are printed to the log. Signed-off-by: Dean Nelson <dcn@sgi.com> Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch/ia64/sn/kernel/xpc_partition.c')
-rw-r--r--arch/ia64/sn/kernel/xpc_partition.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/ia64/sn/kernel/xpc_partition.c b/arch/ia64/sn/kernel/xpc_partition.c
index cf02a9bcd245..6bc0409628c5 100644
--- a/arch/ia64/sn/kernel/xpc_partition.c
+++ b/arch/ia64/sn/kernel/xpc_partition.c
@@ -874,6 +874,9 @@ xpc_partition_disengaged(struct xpc_partition *part)
874 * request in a timely fashion, so assume it's dead. 874 * request in a timely fashion, so assume it's dead.
875 */ 875 */
876 876
877 dev_info(xpc_part, "disengage from remote partition %d "
878 "timed out\n", partid);
879 xpc_disengage_request_timedout = 1;
877 xpc_clear_partition_engaged(1UL << partid); 880 xpc_clear_partition_engaged(1UL << partid);
878 disengaged = 1; 881 disengaged = 1;
879 } 882 }