commit-hurd
[Top][All Lists]
Advanced

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

[SCM] GNU Mach branch, master, updated. 853730f7faa8f59795e8e0e811864dea


From: Samuel Thibault
Subject: [SCM] GNU Mach branch, master, updated. 853730f7faa8f59795e8e0e811864deae279314f
Date: Sun, 18 Mar 2012 16:09:35 +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  853730f7faa8f59795e8e0e811864deae279314f (commit)
       via  ef34957f80c8b973a064cb677d6d29a65711ca6b (commit)
      from  caaf3ece6d895b326f9b52df207b26d5dc0566f7 (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 853730f7faa8f59795e8e0e811864deae279314f
Author: Samuel Thibault <address@hidden>
Date:   Sun Mar 18 17:07:37 2012 +0100

    Set Xen kernel virtual address to 0xC0000000
    
    That makes the virtual addressing equal to linear addressing, thus 
optimizing
    some computations away.
    
    * i386/i386/vm_param.h (VM_MIN_KERNEL_ADDRESS) [MACH_XEN]: Set to
    0xC0000000UL.
    * i386/xen/Makefrag.am (gnumach_LINKFLAGS): Set _START to 0xC0000000.
    * i386/xen/xen_boothdr.S (VIRT_BASE, ELF_PADDR_OFFSET): Set to 0xC0000000.

commit ef34957f80c8b973a064cb677d6d29a65711ca6b
Author: Samuel Thibault <address@hidden>
Date:   Sun Mar 18 17:05:00 2012 +0100

    Fix access above 4GiB in bootstrap page table
    
    * i386/intel/pmap.c (pmap_set_page_readonly_init) [PAE]: Access the 
bootstrap
    dirbase with PTEMASK (1 page) instead of PDEMASK (4 pages) through pmap_pde.

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

Summary of changes:
 i386/i386/vm_param.h   |    2 +-
 i386/intel/pmap.c      |   17 +++++++++--------
 i386/xen/Makefrag.am   |    2 +-
 i386/xen/xen_boothdr.S |    4 ++--
 4 files changed, 13 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
GNU Mach



reply via email to

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