haiku/src/kernel/core/vm
Axel Dörfler a82d0abbd6 "it cannot fail"?? Hello, we're in the kernel here :-))
Actually, it would be quite possible for another thread to specifically
ask for space in that reserved range, so we're playing safe now.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11177 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-02-01 00:07:26 +00:00
..
Jamfile Moved everything from vm.c belonging to vm_address_space into a separate file. 2004-10-07 16:15:49 +00:00
vm_address_space.c vm_create_aspace() now also get the team_id of the owner of the address 2005-01-27 07:11:45 +00:00
vm_cache.c Now uses ASSERT_LOCKED_MUTEX() some more. 2004-12-13 22:05:47 +00:00
vm_daemons.c Got rid of regions - we're now back in area-land. 2004-11-08 14:25:09 +00:00
vm_page.c Updated because of some header changes. 2004-12-13 23:14:56 +00:00
vm_store_anonymous_noswap.c vm_store::fault() can now decide not to handle the fault - when it returns 2004-11-18 18:03:34 +00:00
vm_store_device.c vm_store::fault() now returns a status_t. 2004-11-18 14:35:40 +00:00
vm_store_null.c vm_store::fault() now returns a status_t. 2004-11-18 14:35:40 +00:00
vm_tests.c Got rid of regions - we're now back in area-land. 2004-11-08 14:25:09 +00:00
vm.c "it cannot fail"?? Hello, we're in the kernel here :-)) 2005-02-01 00:07:26 +00:00