Missed in r26625.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26626 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2008-07-24 23:34:40 +00:00
parent c586076dca
commit 3f59678453

View File

@ -275,7 +275,7 @@ class VMCacheFactory {
public:
static status_t CreateAnonymousCache(VMCache*& cache,
bool canOvercommit, int32 numPrecommittedPages,
int32 numGuardPages);
int32 numGuardPages, bool swappable);
static status_t CreateVnodeCache(VMCache*& cache, struct vnode* vnode);
static status_t CreateDeviceCache(VMCache*& cache, addr_t baseAddress);
static status_t CreateNullCache(VMCache*& cache);