commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Mach branch, master, updated. v1.8-267-gb21f84e


From: Samuel Thibault
Subject: [SCM] GNU Mach branch, master, updated. v1.8-267-gb21f84e
Date: Sun, 4 Apr 2021 10:54:15 -0400 (EDT)

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  b21f84ef1bb9e9ba69bfea069295ad4618f671eb (commit)
       via  e5facfba3d2dba679d72c859066260eb0d33456c (commit)
       via  214866d58ac2bd1060132b250bf391a495110015 (commit)
      from  71db59f69602e54c33ba707c8e4a7a66f6c9ca0b (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 b21f84ef1bb9e9ba69bfea069295ad4618f671eb
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Sun Apr 4 16:47:38 2021 +0200

    SMP: Fix warnings

commit e5facfba3d2dba679d72c859066260eb0d33456c
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Sun Apr 4 16:46:19 2021 +0200

    SMP: fix getting the interrupt stack address and size
    
    * i386/i386at/boothdr.S (_eintstack): Add missing common.
    * i386/xen/xen_boothdr.S (_eintstack): Add missing common.
    * x86_64/xen/xen_boothdr.S (_eintstack): Add missing common.
    * i386/i386/mp_desc.c (intstack, eintstack): Add missing underscore.

commit 214866d58ac2bd1060132b250bf391a495110015
Author: Damien Zammit <damien@zamaudio.com>
Date:   Sun Apr 4 15:08:12 2021 +1000

    Add ioapic support disabled by default
    
    Use --enable-ncpus=x --enable-apic where x > 1 for SMP+APIC support.
    
    Use neither for no SMP and old PIC support.
    Message-Id: <20210404050812.145483-1-damien@zamaudio.com>

-----------------------------------------------------------------------

Summary of changes:
 ddb/db_mp.c                      |   2 +
 ddb/db_mp.h                      |   3 +
 device/intr.c                    |   4 +-
 i386/Makefrag.am                 |  13 +-
 i386/configfrag.ac               |   8 +
 i386/i386/db_interface.c         |   1 +
 i386/i386/fpu.c                  |   4 +-
 i386/i386/irq.c                  |   9 +-
 i386/i386/irq.h                  |   6 +-
 i386/i386/locore.S               |  15 ++
 i386/i386/mp_desc.c              |  10 +-
 i386/i386/mp_desc.h              |   4 +
 i386/i386/pcb.h                  |   4 +
 i386/i386/pic.h                  |   6 +-
 i386/i386/pit.c                  |  41 +++-
 i386/i386/pit.h                  |   4 +
 i386/i386at/autoconf.c           |   2 +-
 i386/i386at/boothdr.S            |   1 +
 i386/i386at/idt.h                |  13 +-
 i386/i386at/int_init.c           |  15 +-
 i386/i386at/interrupt.S          |  27 ++-
 i386/i386at/ioapic.c             | 400 +++++++++++++++++++++++++++++++++++++++
 i386/i386at/kd_mouse.c           |   2 +-
 i386/i386at/model_dep.c          |  21 +-
 i386/xen/xen_boothdr.S           |   1 +
 kern/ast.h                       |   1 +
 kern/machine.c                   |   6 +-
 kern/processor.c                 |   2 +
 linux/dev/arch/i386/kernel/irq.c |   4 +-
 x86_64/interrupt.S               |  24 ++-
 x86_64/xen_boothdr.S             |   1 +
 31 files changed, 618 insertions(+), 36 deletions(-)
 create mode 100644 i386/i386at/ioapic.c


hooks/post-receive
-- 
GNU Mach



reply via email to

[Prev in Thread] Current Thread [Next in Thread]