summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2016-06-27 16:31:26 +0200
committerRichard Braun <rbraun@sceen.net>2016-06-27 16:33:52 +0200
commit28048bc18e4d43bb15eddc82aa89685b346405f8 (patch)
tree68d724560123eb0e0b0c2c04869fc1184dd860e1
parent8fcdfb646d145f285341ef597568bb9e003ce28f (diff)
Fix locking error
* i386/i386/io_perm.c (no_senders): Remove bogus call to ip_lock.
-rw-r--r--i386/i386/io_perm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/i386/i386/io_perm.c b/i386/i386/io_perm.c
index d5c71035..3224fdd3 100644
--- a/i386/i386/io_perm.c
+++ b/i386/i386/io_perm.c
@@ -131,7 +131,6 @@ no_senders (mach_no_senders_notification_t *notification)
assert (io_perm != IO_PERM_NULL);
- ip_lock (io_perm->port); /* TODO. Actually needed? */
ipc_kobject_set (io_perm->port, IKO_NULL, IKOT_NONE);
ipc_port_dealloc_kernel (io_perm->port);