MCPcopy Create free account
hub / github.com/F-Stack/f-stack / platform_ipi_clear

Function platform_ipi_clear

freebsd/mips/beri/beri_mp.c:183–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181}
182
183void
184platform_ipi_clear(void)
185{
186 int cpuid;
187
188 cpuid = platform_processor_id();
189
190 beripic_clear_ipi(picmap[cpuid], cpuid);
191}
192
193/*
194 * XXXBED: Set via FDT?

Callers

nothing calls this directly

Calls 2

beripic_clear_ipiFunction · 0.85
platform_processor_idFunction · 0.70

Tested by

no test coverage detected