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.4-440-gdca400e


From: Justus Winter
Subject: [SCM] GNU Mach branch, master, updated. v1.4-440-gdca400e
Date: Thu, 01 May 2014 12:07:26 +0000

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  dca400e253df97804dd04b24e96aebba878781a0 (commit)
       via  4fda696b13d2d9fdb9496b2aeee1b05a6f852836 (commit)
      from  b6dab094d2b6531fdc867af906dd006e39cac2d9 (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 dca400e253df97804dd04b24e96aebba878781a0
Author: Justus Winter <address@hidden>
Date:   Wed Apr 30 15:23:36 2014 +0200

    vm: make struct vm_map fit into a cache line
    
    Currently, the size of struct vm_map is 68 bytes.  By using a bit
    field for the boolean flags, it can be made fit into a cache line.
    
    * vm/vm_map.h (struct vm_map): Use a bit field for the boolean flags
    wait_for_space and wiring_required.

commit 4fda696b13d2d9fdb9496b2aeee1b05a6f852836
Author: Justus Winter <address@hidden>
Date:   Wed Apr 30 17:31:49 2014 +0200

    i386: fix MACHINE_SERVER_HEADER
    
    Commit b6dab094 introduced a way to include the MIG-generated server
    files for the machine specific interface in ipc_kobject.c.
    
    This broke out-of-tree builds.  Here, 'machine' is a symlink to
    '../i386/i386', it points into the source tree.  The MIG-generated
    files however are put in the build tree in i386/i386.
    
    * i386/i386/machine_routines.h (MACHINE_SERVER_HEADER): Fix path.

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

Summary of changes:
 i386/i386/machine_routines.h |    2 +-
 vm/vm_map.h                  |    7 +++++--
 2 files changed, 6 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
GNU Mach



reply via email to

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