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-216-g9dbc292


From: Samuel Thibault
Subject: [SCM] GNU Mach branch, master, updated. v1.8-216-g9dbc292
Date: Sat, 7 Nov 2020 21:13:11 -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  9dbc292eed8c9971f4b9e26b30d0e3d65ef9c629 (commit)
       via  d0aee051a980557ded97d00e74446bddecf161cc (commit)
      from  ea6526c444028ad8293593476f31f88c7e693745 (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 9dbc292eed8c9971f4b9e26b30d0e3d65ef9c629
Author: Masanori Ogino <masanori.ogino@gmail.com>
Date:   Sun Nov 8 02:27:12 2020 +0100

    i386 pmap: Omit pmap workaround on i486 or later.
    
    As described in XXX comments, the workaround for memory mapping is
    implemented for 80386 and it is unnecessary on i486 or later.  Thus, it
    is safe to omit that if the kernel is built for the recent (1989~)
    processors.
    
    Fuhito Inagawa pointed out the problem to me.
    
    * i386/i386/trap.c (kernel_trap): Disable the workaround when the kernel
    is built for i[456]86.
    * i386/intel/pmap.c (pmap_protect, pmap_enter): Ditto.
    * i386/intel/read_fault.c: Define intel_read_fault if and only if it is
    necessary.

commit d0aee051a980557ded97d00e74446bddecf161cc
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Sun Nov 8 02:25:25 2020 +0100

    pmap: Fix warning
    
    * i386/intel/pmap.c (pmap_enter): Fix debugging print format.

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

Summary of changes:
 i386/i386/trap.c        | 10 ++++++++++
 i386/intel/pmap.c       | 10 +++++-----
 i386/intel/read_fault.c |  2 ++
 3 files changed, 17 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
GNU Mach



reply via email to

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