commit-hurd
[Top][All Lists]
Advanced

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

[SCM] GNU Mach branch, master, updated. d87d897ae7890ed7a58ec65c0c60a225


From: Samuel Thibault
Subject: [SCM] GNU Mach branch, master, updated. d87d897ae7890ed7a58ec65c0c60a2258747e3c1
Date: Thu, 22 Mar 2012 23:20:15 +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  d87d897ae7890ed7a58ec65c0c60a2258747e3c1 (commit)
      from  809f7720aa0c1704e821ce31b147765c9676f0e6 (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 d87d897ae7890ed7a58ec65c0c60a2258747e3c1
Author: Samuel Thibault <address@hidden>
Date:   Fri Mar 23 00:15:42 2012 +0100

    Fix boot with big values of _start
    
    When _start is not close to 0, just using init_alloc_aligned() is not enough
    to know how much should be duplicated between linear and virtual mappings.
    Just mapping everything that can be is not very costly and should just work
    when it can work.
    
    * i386/i386at/model_dep.c (i386at_init) [VM_MIN_KERNEL_ADDRESS !=
    LINEAR_MIN_KERNEL_ADDRESS]: Extend `nb_direct' to VM_MIN_KERNEL_ADDRESS -
    LINEAR_MIN_KERNEL_ADDRESS.

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

Summary of changes:
 i386/i386at/model_dep.c |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
GNU Mach



reply via email to

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