* Replaced the vm_get_physical_page() "flags"
PHYSICAL_PAGE_{NO,CAN}_WAIT into an actual flag
PHYSICAL_PAGE_DONT_WAIT.
* Pass the flags through to the chunk mapper callback.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27979 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -49,8 +49,7 @@
|
||||
|
||||
// flags for vm_get_physical_page()
|
||||
enum {
|
||||
PHYSICAL_PAGE_NO_WAIT = 0,
|
||||
PHYSICAL_PAGE_CAN_WAIT,
|
||||
PHYSICAL_PAGE_DONT_WAIT = 0x01
|
||||
};
|
||||
|
||||
// mapping argument for several internal VM functions
|
||||
|
||||
Reference in New Issue
Block a user