diff options
author | Thomas Bushnell <thomas@gnu.org> | 1999-06-29 23:33:54 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1999-06-29 23:33:54 +0000 |
commit | c800de6a35683e6984124fdb4f8392f6b6991627 (patch) | |
tree | 7a61833a128ac34a278bda4c860f3cdf9cbd8407 /ChangeLog | |
parent | 1051c9f7345d20dbf989363afebcc0918c1963c1 (diff) |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -4,6 +4,12 @@ vm_page_external_count == vm_page_external_limit, so that before initialization is complete we can still allocate memory without relying on current_thread. + (vm_page_wait): Also block if we are over the external page + limit. + * vm/vm_pageout.c (vm_pageout_scan): Rewrite the + scan-for-pages-to-pageout loop to not crash when we hit the end of + the inactive queue; instead jump back to the + pause-for-a-little-while code. 1999-06-27 Thomas Bushnell, BSG <tb@mit.edu> @@ -40,7 +46,7 @@ that we care about. * i386/intel/pmap.c (pmap_page_table_page_alloc): Add new arg for vm_page_grab. - * linux/dev/glue.c (alloc_buffer, device_read): Likewise. + * linux/dev/glue/block.c (alloc_buffer, device_read): Likewise. * vm/vm_map.c (vm_map_copy_steal_pages): Likewise. * vm/vm_fault.c (vm_fault_page): Add new args for vm_page_grab and vm_page_convert. |