We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d11a95a commit 6c82943Copy full SHA for 6c82943
src/include/cpu/x86/lapic.h
@@ -175,6 +175,7 @@ static __always_inline void lapic_send_ipi_others(uint32_t icrlow)
175
*/
176
static __always_inline void stop_this_cpu(void)
177
{
178
+ atomic_inc(&parked_ap_count);
179
/* Called by an AP when it is ready to halt and wait for a new task */
180
halt();
181
}
0 commit comments