SMP: Most cosmetic clean-up from review of previous commit.

This commit is contained in:
Gregory Nutt 2017-01-14 09:22:13 -06:00
parent c5b00ccfc4
commit 2837eff0cd
3 changed files with 44 additions and 44 deletions

View File

@ -216,11 +216,11 @@ void up_schedule_sigaction(struct tcb_s *tcb, sig_deliver_t sigdeliver)
sinfo("rtcb=0x%p CURRENT_REGS=0x%p\n", this_task(), CURRENT_REGS);
if (tcb->task_state == TSTATE_TASK_RUNNING)
{
me = this_cpu();
cpu = tcb->cpu;
if (tcb->task_state == TSTATE_TASK_RUNNING)
{
/* CASE 1: We are not in an interrupt handler and a task is
* signalling itself for some reason.
*/

View File

@ -244,11 +244,11 @@ void up_schedule_sigaction(struct tcb_s *tcb, sig_deliver_t sigdeliver)
sinfo("rtcb=0x%p CURRENT_REGS=0x%p\n", this_task(), CURRENT_REGS);
if (tcb->task_state == TSTATE_TASK_RUNNING)
{
me = this_cpu();
cpu = tcb->cpu;
if (tcb->task_state == TSTATE_TASK_RUNNING)
{
/* CASE 1: We are not in an interrupt handler and a task is
* signalling itself for some reason.
*/

View File

@ -224,11 +224,11 @@ void up_schedule_sigaction(struct tcb_s *tcb, sig_deliver_t sigdeliver)
sinfo("rtcb=0x%p CURRENT_REGS=0x%p\n", this_task(), CURRENT_REGS);
if (tcb->task_state == TSTATE_TASK_RUNNING)
{
me = this_cpu();
cpu = tcb->cpu;
if (tcb->task_state == TSTATE_TASK_RUNNING)
{
/* CASE 1: We are not in an interrupt handler and a task is
* signalling itself for some reason.
*/