From 5fbab9af64e5f09f8b806e5b66e6731efe06252c Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 31 Jan 2008 22:19:53 +0000 Subject: *** empty log message *** git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@597 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/arch/z16/src/common/up_sigdeliver.c | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) (limited to 'nuttx/arch/z16/src/common/up_sigdeliver.c') diff --git a/nuttx/arch/z16/src/common/up_sigdeliver.c b/nuttx/arch/z16/src/common/up_sigdeliver.c index 09bcd14ac..afc554e85 100644 --- a/nuttx/arch/z16/src/common/up_sigdeliver.c +++ b/nuttx/arch/z16/src/common/up_sigdeliver.c @@ -72,10 +72,9 @@ * Name: up_sigdeliver * * Description: - * This is the a signal handling trampoline. When a - * signal action was posted. The task context was mucked - * with and forced to branch to this location with interrupts - * disabled. + * This is the a signal handling trampoline. When a signal action was + * posted. The task context was mucked with and forced to branch to this + * location with interrupts disabled. * ****************************************************************************/ @@ -106,10 +105,9 @@ void up_sigdeliver(void) regs32[REG_PC/2] = rtcb->xcp.saved_pc; regs[REG_FLAGS] = rtcb->xcp.saved_i; - /* Get a local copy of the sigdeliver function pointer. - * we do this so that we can nullify the sigdeliver - * function point in the TCB and accept more signal - * deliveries while processing the current pending + /* Get a local copy of the sigdeliver function pointer. We do this so + * that we can nullify the sigdeliver function point in the TCB and + * accept more signal deliveries while processing the current pending * signals. */ @@ -127,10 +125,9 @@ void up_sigdeliver(void) sigdeliver(rtcb); - /* Output any debug messaged BEFORE restoring errno - * (because they may alter errno), then restore the - * original errno that is needed by the user logic - * (it is probably EINTR). + /* Output any debug messaged BEFORE restoring errno (because they may + * alter errno), then restore the original errno that is needed by + * the user logic (it is probably EINTR). */ dbg("Resuming\n"); -- cgit v1.2.3