Moved the definition of the CACHE_ALIGN_ON_SIZE flag to the header and fixed

its value.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35163 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2010-01-19 10:17:16 +00:00
parent 9c17873558
commit 0fc052b47d
2 changed files with 1 additions and 2 deletions
+1
View File
@@ -22,6 +22,7 @@ enum {
CACHE_DONT_SLEEP = 1 << 8,
/* internal */
CACHE_ALIGN_ON_SIZE = 1 << 30,
CACHE_DURING_BOOT = 1 << 31
};