From a162cfe766932edf1869a3dfb5c681dadefa72a8 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 24 Aug 1995 19:36:39 +0000 Subject: (ports_interrupt_rpc): Never mind. --- libports/interrupt-rpcs.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libports/interrupt-rpcs.c') diff --git a/libports/interrupt-rpcs.c b/libports/interrupt-rpcs.c index 98fad8be..1420f8c3 100644 --- a/libports/interrupt-rpcs.c +++ b/libports/interrupt-rpcs.c @@ -32,8 +32,7 @@ ports_interrupt_rpc (void *portstruct) mutex_lock (&_ports_lock); for (rpc = pi->current_rpcs; rpc; rpc = rpc->next) - if (rpc->thread != mach_thread_self ()) - hurd_thread_cancel (rpc->thread); + hurd_thread_cancel (rpc->thread); mutex_unlock (&_ports_lock); } -- cgit v1.2.3