Mercurial > ecos-v2_0-branch
diff packages/kernel/current/ChangeLog @ 282:a29ee6c2dd3c
* src/sched/sched.cxx (unlock_inner): Removed initial
assertion. This has served its purpose and with the introduction
of routines such as unlock_reschedule() is prone to firing in
otherwise benign circumstances.
| author | nickg |
|---|---|
| date | Fri, 09 Aug 2002 17:13:28 +0000 |
| parents | c0d53837cb68 |
| children | b77e86276ec3 |
line wrap: on
line diff
--- a/packages/kernel/current/ChangeLog +++ b/packages/kernel/current/ChangeLog @@ -1,3 +1,10 @@ +2002-08-08 Nick Garnett <nickg@calivar.demon.co.uk> + + * src/sched/sched.cxx (unlock_inner): Removed initial + assertion. This has served its purpose and with the introduction + of routines such as unlock_reschedule() is prone to firing in + otherwise benign circumstances. + 2002-08-05 Bart Veer <bartv@tymora.demon.co.uk> * cdl/kernel.cdl, include/kapidata.h, include/kapi.h:
