| 79 | ****************************************************************************/ |
| 80 | |
| 81 | int up_cpu_idlestack(int cpu, struct tcb_s *tcb, size_t stack_size) |
| 82 | { |
| 83 | return up_create_stack(tcb, stack_size, TCB_FLAG_TTYPE_KERNEL); |
| 84 | } |
no test coverage detected