[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] GNU Mach branch, master, updated. v1.8-969-g608c720a
From: |
Samuel Thibault |
Subject: |
[SCM] GNU Mach branch, master, updated. v1.8-969-g608c720a |
Date: |
Sat, 21 Dec 2024 20:45:24 -0500 (EST) |
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-hurd@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-damien@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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] GNU Mach branch, master, updated. v1.8-969-g608c720a,
Samuel Thibault <=