Skip to content

Commit ac1b774

Browse files
authored
Merge pull request #42 from peter-mitsis/pmitsis-ipi
zephyr: Rename arch_sched_ipi() to arch_sched_broadcast_ipi()
2 parents a447588 + 744d660 commit ac1b774

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

zephyr/lib/cpu.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ void cpu_disable_core(int id)
160160
return;
161161

162162
/* Broadcasting interrupts to other cores. */
163-
arch_sched_ipi();
163+
arch_sched_broadcast_ipi();
164164

165165
uint64_t timeout = k_cycle_get_64() +
166166
k_ms_to_cyc_ceil64(CONFIG_SECONDARY_CORE_DISABLING_TIMEOUT);

0 commit comments

Comments
 (0)