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-438-gb6dab09


From: Justus Winter
Subject: [SCM] GNU Mach branch, master, updated. v1.4-438-gb6dab09
Date: Wed, 30 Apr 2014 14:47:23 +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  b6dab094d2b6531fdc867af906dd006e39cac2d9 (commit)
       via  32b5d3ceb7a120b76f10f69afb6acbf453a76bbc (commit)
      from  d12207fb5a8cef131f262878f98da923af1f8fea (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 b6dab094d2b6531fdc867af906dd006e39cac2d9
Author: Justus Winter <address@hidden>
Date:   Wed Apr 30 14:40:39 2014 +0200

    kern: include the MIG-generated server headers for MACHINE_SERVER
    
    GNU MIG recently gained support for emitting x_server_routine
    declarations in the generated server header file.  Using this
    declaration, the x_server_routine functions can be inlined into the
    ipc_kobject_server function.
    
    * kern/ipc_kobject.c: Include the MIG-generated server headers for the
    machine-dependent interfaces.
    (ipc_kobject_server): Drop the simple declaration of
    MACHINE_SERVER_ROUTINE.
    * i386/i386/machine_routines.h (MACHINE_SERVER_HEADER): New
    definition.

commit 32b5d3ceb7a120b76f10f69afb6acbf453a76bbc
Author: Justus Winter <address@hidden>
Date:   Wed Apr 30 13:52:47 2014 +0200

    include: do not guard the host_slab_info RPC with MACH_VM_DEBUG
    
    Previously, the definition of the host_slab_info RPC was guarded with
    MACH_VM_DEBUG, even though it is not at all concerned with the VM
    subsystem.  Furthermore, there was no "skip" directive for
    host_slab_info.
    
    The function host_slab_info is guarded with MACH_DEBUG.  The server
    for the RPCs in mach_debug.defs is only used if MACH_DEBUG is
    defined. There is no need to guard host_slab_info.
    
    * include/mach_debug/mach_debug.defs (host_slab_info): Unconditionally
    include the RPC.

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

Summary of changes:
 i386/i386/machine_routines.h       |    1 +
 include/mach_debug/mach_debug.defs |   12 ++++++------
 kern/ipc_kobject.c                 |    5 +----
 3 files changed, 8 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
GNU Mach



reply via email to

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