Update some comments

This commit is contained in:
Gregory Nutt 2016-11-03 07:04:03 -06:00
parent 470c692dbf
commit 54d7656f18
2 changed files with 2 additions and 6 deletions

View File

@ -110,9 +110,7 @@ __cpu1_start:
l32r sp, .Lcpu1_bottomofstack
/* Does it make since to have co-processors enabled on the IDLE thread? */
//#warning REVISIT: Must set aside co-processor save ares
/* REVIST: Does it make since to have co-processors enabled on the IDLE thread? */
#ifdef CONFIG_STACK_COLORATION
/* Write a known value to the IDLE thread stack to support stack

View File

@ -102,9 +102,7 @@ int up_cpu_idlestack(int cpu, FAR struct tcb_s *tcb, size_t stack_size)
tcb->adj_stack_ptr = (uint32_t *)topofstack;
#if XCHAL_CP_NUM > 0
/* Does it make since to have co-processors enabled on the IDLE thread? */
//#warning REVISIT: Need to set co-processor save are in TCB
/* REVISIT: Does it make since to have co-processors enabled on the IDLE thread? */
#endif
return OK;