Update some comments
This commit is contained in:
parent
470c692dbf
commit
54d7656f18
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user