diff options
author | Dean Nelson <dcn@sgi.com> | 2006-01-06 10:48:21 -0500 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2006-01-13 13:19:14 -0500 |
commit | 1ecaded80f94f2779160529aef7d6f37a22c2f60 (patch) | |
tree | 3d87c587e6b67e34403ddd954f1dec09b72563f2 /arch/ia64/sn/kernel/xpc.h | |
parent | 246c7e33d51afe99890b2caab7ad482c0296d5ba (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.h')
-rw-r--r-- | arch/ia64/sn/kernel/xpc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/ia64/sn/kernel/xpc.h b/arch/ia64/sn/kernel/xpc.h index 66b17b6aa81f..82e7430be789 100644 --- a/arch/ia64/sn/kernel/xpc.h +++ b/arch/ia64/sn/kernel/xpc.h | |||
@@ -663,6 +663,7 @@ extern struct xpc_registration xpc_registrations[]; | |||
663 | extern struct device *xpc_part; | 663 | extern struct device *xpc_part; |
664 | extern struct device *xpc_chan; | 664 | extern struct device *xpc_chan; |
665 | extern int xpc_disengage_request_timelimit; | 665 | extern int xpc_disengage_request_timelimit; |
666 | extern int xpc_disengage_request_timedout; | ||
666 | extern irqreturn_t xpc_notify_IRQ_handler(int, void *, struct pt_regs *); | 667 | extern irqreturn_t xpc_notify_IRQ_handler(int, void *, struct pt_regs *); |
667 | extern void xpc_dropped_IPI_check(struct xpc_partition *); | 668 | extern void xpc_dropped_IPI_check(struct xpc_partition *); |
668 | extern void xpc_activate_partition(struct xpc_partition *); | 669 | extern void xpc_activate_partition(struct xpc_partition *); |