summaryrefslogtreecommitdiff
path: root/libports/interrupt-rpcs.c
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-08-24 19:36:39 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-08-24 19:36:39 +0000
commita162cfe766932edf1869a3dfb5c681dadefa72a8 (patch)
treefc66595e504c21bb01cc3a4f225e8a97a7b68460 /libports/interrupt-rpcs.c
parenta2fb1c0f0b25b608d20d7b5f67cddb4d7e4a9798 (diff)
(ports_interrupt_rpc): Never mind.
Diffstat (limited to 'libports/interrupt-rpcs.c')
-rw-r--r--libports/interrupt-rpcs.c3
1 files changed, 1 insertions, 2 deletions
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);
}