Removed REGION_WIRING_* and REGION_ADDR_* and replaced them by their

BeOS counterparts.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7849 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2004-06-08 09:33:51 +00:00
parent 3b183ea392
commit ee7e4109ad
10 changed files with 38 additions and 43 deletions
-8
View File
@@ -145,9 +145,6 @@ typedef struct vm_store_ops {
// args for the create_area funcs
enum {
REGION_ADDR_ANY_ADDRESS = 0,
REGION_ADDR_EXACT_ADDRESS,
// ToDo: these are here only temporarily - it's a private
// addition to the BeOS create_area() flags
B_EXACT_KERNEL_ADDRESS = 6
@@ -159,11 +156,6 @@ enum {
};
enum {
REGION_WIRING_LAZY = 0,
REGION_WIRING_WIRED,
REGION_WIRING_WIRED_ALREADY,
REGION_WIRING_WIRED_CONTIG,
// ToDo: these are here only temporarily - it's a private
// addition to the BeOS create_area() flags
B_ALREADY_WIRED = 6