mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 07:12:54 +08:00
riscv_cpustart.c: Change CPU start related traces to sinfo
Like all other platforms do.
This commit is contained in:
@@ -98,7 +98,7 @@ void riscv_cpu_boot(int cpu)
|
|||||||
mmu_enable(g_kernel_pgt_pbase, 0);
|
mmu_enable(g_kernel_pgt_pbase, 0);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
_info("CPU%d Started\n", this_cpu());
|
sinfo("CPU%d Started\n", this_cpu());
|
||||||
|
|
||||||
#ifdef CONFIG_STACK_COLORATION
|
#ifdef CONFIG_STACK_COLORATION
|
||||||
struct tcb_s *tcb = this_task();
|
struct tcb_s *tcb = this_task();
|
||||||
@@ -159,7 +159,7 @@ void riscv_cpu_boot(int cpu)
|
|||||||
|
|
||||||
int up_cpu_start(int cpu)
|
int up_cpu_start(int cpu)
|
||||||
{
|
{
|
||||||
_info("CPU=%d\n", cpu);
|
sinfo("CPU=%d\n", cpu);
|
||||||
|
|
||||||
#ifdef CONFIG_SCHED_INSTRUMENTATION
|
#ifdef CONFIG_SCHED_INSTRUMENTATION
|
||||||
/* Notify of the start event */
|
/* Notify of the start event */
|
||||||
|
|||||||
Reference in New Issue
Block a user