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 608c720a8ef9ed80d650dc4a38582267e2a6c258 (commit) from 716e0cd088a73d9f31b1955949c3693c11210c59 (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 608c720a8ef9ed80d650dc4a38582267e2a6c258 Author: Damien Zammit via Bug reports for the GNU Hurd <bug-h...@gnu.org> Date: Sun Dec 22 01:43:28 2024 +0000 smp: Parallel SMP init Now that things are in place, we switch to parallel init. The key to this change is that the INIT/STARTUP sequence is done in one step, and all cpus wake up at the same time. Synchronisation is done via waiting for individual flags stored in separate memory locations. Message-ID: <20241222014306.430098-2-dam...@zamaudio.com> ----------------------------------------------------------------------- Summary of changes: i386/i386/apic.h | 4 +++- i386/i386/mp_desc.c | 65 ++++++++++++++--------------------------------------- i386/i386/mp_desc.h | 4 ---- i386/i386/smp.c | 20 ++++++++--------- i386/i386/smp.h | 2 +- kern/processor.c | 4 ---- 6 files changed, 31 insertions(+), 68 deletions(-) hooks/post-receive -- GNU Mach