[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] GNU Mach branch, master, updated. v1.7-71-g8a39004
From: |
Richard Braun |
Subject: |
[SCM] GNU Mach branch, master, updated. v1.7-71-g8a39004 |
Date: |
Wed, 30 Nov 2016 21:30:53 +0000 (UTC) |
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 8a390043dd022d106f86b28ae85f606680e5ef51 (commit)
from b961f2ffb2a2c6bee21fc221d62cec85f5faa453 (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 8a390043dd022d106f86b28ae85f606680e5ef51
Author: Richard Braun <address@hidden>
Date: Tue May 11 23:48:07 2032 +0200
VM: fix pageout on low memory
Instead of determining if memory is low, directly use the
vm_page_alloc_paused variable, which is true when memory has reached
a minimum threshold until it gets back above the high thresholds.
This makes sure double paging is used when external pagers are unable
to allocate memory.
* vm/vm_page.c (vm_page_seg_evict): Rename low_memory to alloc_paused.
(vm_page_evict_once): Remove low_memory and its computation. Blindly
pass the new alloc_paused argument instead.
(vm_page_evict): Pass the value of vm_page_alloc_paused to
vm_page_evict_once.
-----------------------------------------------------------------------
Summary of changes:
vm/vm_page.c | 46 +++++++++-------------------------------------
1 file changed, 9 insertions(+), 37 deletions(-)
hooks/post-receive
--
GNU Mach
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] GNU Mach branch, master, updated. v1.7-71-g8a39004,
Richard Braun <=