Skip to content

Commit

Permalink
Merge pull request #42 from peter-mitsis/pmitsis-ipi
Browse files Browse the repository at this point in the history
zephyr: Rename arch_sched_ipi() to arch_sched_broadcast_ipi()
  • Loading branch information
nashif authored Jun 4, 2024
2 parents a447588 + 744d660 commit ac1b774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zephyr/lib/cpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ void cpu_disable_core(int id)
return;

/* Broadcasting interrupts to other cores. */
arch_sched_ipi();
arch_sched_broadcast_ipi();

uint64_t timeout = k_cycle_get_64() +
k_ms_to_cyc_ceil64(CONFIG_SECONDARY_CORE_DISABLING_TIMEOUT);
Expand Down

0 comments on commit ac1b774

Please sign in to comment.