This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU Mach".
The branch, master has been updated via b7fbb06f24351501a3f0a1c3a0e27bcbc746b46f (commit) from 6fbf311687b8eb46f696f380f417157e4486d71d (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit b7fbb06f24351501a3f0a1c3a0e27bcbc746b46f Author: Damien Zammit <dam...@zamaudio.com> Date: Thu Jul 10 10:14:13 2025 +0000 i386/smp.c: Change order of waiting for pending ICR We need to wait first for pending to clear before sending the IPI assert signal. Likewise, if we always do it this way, we don't need to wait for pending to clear afterward because next time we will wait again anyway. Deassert does not seem necessary according to Intel SDM Vol 3, which says an IPI is sent when ICR low is written. NB: This is not the same code as for STARTUP or INIT IPIs. Message-ID: <20250710101341.178343-2-dam...@zamaudio.com> ----------------------------------------------------------------------- Summary of changes: i386/i386/smp.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) hooks/post-receive -- GNU Mach