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-360-ga14feb6f


From: Samuel Thibault
Subject: [SCM] GNU Mach branch, master, updated. v1.8-360-ga14feb6f
Date: Sun, 21 Aug 2022 05:44:41 -0400 (EDT)

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  a14feb6ffadd6902ba09f23122beda08beb970ad (commit)
      from  0e53658a0c0444a28d7a1858b311d811b9018f60 (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 a14feb6ffadd6902ba09f23122beda08beb970ad
Author: Damien Zammit <damien@zamaudio.com>
Date:   Sun Aug 21 06:58:54 2022 +0000

    gnumach: vm_allocate_contiguous: Allow small power 2 alignments
    
    This allows contiguous allocations aligned to values
    smaller than one page, but still a power of 2,
    by forcing the alignment to be to the nearest page.
    
    This works because PAGE_SIZE is a power of two.
    
    Message-Id: <20220821065732.269573-1-damien@zamaudio.com>

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

Summary of changes:
 vm/vm_user.c | 4 ++++
 1 file changed, 4 insertions(+)


hooks/post-receive
-- 
GNU Mach



reply via email to

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