The RT_USING_CPU_USAGE_TRACER print block was duplicated identically in both the ARCH_CPU_STACK_GROWS_UPWARD and the normal branch of list_thread(). Both branches only differ in the stack usage line (which has no trailing newline), so move the single shared block after the #endif of the stack-growth conditional. No functional change. |
||
|---|---|---|
| .. | ||
| Kconfig | ||
| SConscript | ||
| cmd.c | ||
| finsh.h | ||
| msh.c | ||
| msh.h | ||
| msh_file.c | ||
| msh_parse.c | ||
| msh_parse.h | ||
| shell.c | ||
| shell.h | ||