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:
parent
9c17873558
commit
0fc052b47d
@ -22,6 +22,7 @@ enum {
|
||||
CACHE_DONT_SLEEP = 1 << 8,
|
||||
|
||||
/* internal */
|
||||
CACHE_ALIGN_ON_SIZE = 1 << 30,
|
||||
CACHE_DURING_BOOT = 1 << 31
|
||||
};
|
||||
|
||||
|
@ -45,8 +45,6 @@
|
||||
#include <debug_paranoia.h>
|
||||
|
||||
|
||||
#define CACHE_ALIGN_ON_SIZE (30 << 1)
|
||||
|
||||
static const size_t kCacheColorPeriod = 8;
|
||||
|
||||
struct object_link {
|
||||
|
Loading…
x
Reference in New Issue
Block a user