Didn't know B_SLOWMEM - bumped B_ALREADY_WIRED one further.

Fixed the now broken LOCK_KERNEL definition.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4328 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2003-08-20 02:09:28 +00:00
parent d3e72fa555
commit 39ce1ac62d
1 changed files with 2 additions and 2 deletions

View File

@ -177,7 +177,7 @@ enum {
// ToDo: these are here only temporarily - it's a private
// addition to the BeOS create_area() flags
B_ALREADY_WIRED = 5
B_ALREADY_WIRED = 6
};
enum {
@ -202,7 +202,7 @@ enum {
#define LOCK_RO 0
#define LOCK_RW 1
#define LOCK_KERNEL (B_KERNEL_PROTECTION)
#define LOCK_KERNEL 2
#define PROTECTION_TO_LOCK(protection) \
(protection & B_KERNEL_PROTECTION ? \