[rtems commit] score: Fix comment
Joel Sherrill
joel.sherrill at OARcorp.com
Fri Apr 20 13:07:14 UTC 2012
By any chance is this condition noted in the .h so it shows up in Doxygen output?
Sebastian Huber <sebh at rtems.org> wrote:
>Module: rtems
>Branch: master
>Commit: 688fcc14db676e72409967e5db05ba9055083891
>Changeset: http://git.rtems.org/rtems/commit/?id=688fcc14db676e72409967e5db05ba9055083891
>
>Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
>Date: Fri Apr 20 14:37:18 2012 +0200
>
>score: Fix comment
>
>---
>
> cpukit/rtems/src/eventseize.c | 3 ++-
> 1 files changed, 2 insertions(+), 1 deletions(-)
>
>diff --git a/cpukit/rtems/src/eventseize.c b/cpukit/rtems/src/eventseize.c
>index 54820c7..a65ce19 100644
>--- a/cpukit/rtems/src/eventseize.c
>+++ b/cpukit/rtems/src/eventseize.c
>@@ -126,7 +126,8 @@ void _Event_Seize(
> * An interrupt completed the thread's blocking request.
> * The blocking thread was satisfied by an ISR or timed out.
> *
>- * WARNING! Returning with interrupts disabled!
>+ * WARNING! Entering with interrupts disabled and returning with interrupts
>+ * enabled!
> */
> _Thread_blocking_operation_Cancel( sync_state, executing, level );
> }
>
>_______________________________________________
>rtems-vc mailing list
>rtems-vc at rtems.org
>http://www.rtems.org/mailman/listinfo/rtems-vc
More information about the devel
mailing list