diff options
author | Richard Braun <rbraun@sceen.net> | 2016-06-27 16:31:26 +0200 |
---|---|---|
committer | Richard Braun <rbraun@sceen.net> | 2016-06-27 16:33:52 +0200 |
commit | 28048bc18e4d43bb15eddc82aa89685b346405f8 (patch) | |
tree | 68d724560123eb0e0b0c2c04869fc1184dd860e1 | |
parent | 8fcdfb646d145f285341ef597568bb9e003ce28f (diff) | |
download | gnumach-28048bc18e4d43bb15eddc82aa89685b346405f8.tar.gz gnumach-28048bc18e4d43bb15eddc82aa89685b346405f8.tar.bz2 gnumach-28048bc18e4d43bb15eddc82aa89685b346405f8.zip |
Fix locking error
* i386/i386/io_perm.c (no_senders): Remove bogus call to ip_lock.
-rw-r--r-- | i386/i386/io_perm.c | 1 |
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); |