summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2014-08-27 21:47:10 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2014-08-27 21:47:10 +0200
commitadb9c13ccfa6cba955c7700c9277f1e274ce3b8e (patch)
treebcdb709125d96dc9c7831770a37dedb4eed21ac8 /hurd
parent56b8c9e730f266ea290c6306f3c353f97b2ca5b7 (diff)
remove two more bogus assertions, and add explanations
Diffstat (limited to 'hurd')
-rw-r--r--hurd/hurdexec.c1
-rw-r--r--hurd/thread-cancel.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/hurd/hurdexec.c b/hurd/hurdexec.c
index 0ced7f32b4..1de90c0bc2 100644
--- a/hurd/hurdexec.c
+++ b/hurd/hurdexec.c
@@ -104,7 +104,6 @@ _hurd_exec (task_t task, file_t file,
ss = _hurd_self_sigstate ();
- assert (! __spin_lock_locked (&ss->critical_section_lock));
__spin_lock (&ss->critical_section_lock);
__spin_lock (&ss->lock);
diff --git a/hurd/thread-cancel.c b/hurd/thread-cancel.c
index 2e8d91e7ba..eaf3d9e342 100644
--- a/hurd/thread-cancel.c
+++ b/hurd/thread-cancel.c
@@ -90,7 +90,6 @@ hurd_check_cancel (void)
int cancel;
__spin_lock (&ss->lock);
- assert (! __spin_lock_locked (&ss->critical_section_lock));
cancel = ss->cancel;
ss->cancel = 0;
__spin_unlock (&ss->lock);