disable buggy medium-allocation code
svn: r14567
This commit is contained in:
parent
f51f8c8b7f
commit
7cee07e02d
|
@ -563,6 +563,9 @@ static void *allocate_medium(size_t sizeb, int type)
|
||||||
struct mpage *page;
|
struct mpage *page;
|
||||||
struct objhead *info;
|
struct objhead *info;
|
||||||
|
|
||||||
|
/* TEMPORARILY DISABLE MEDIUM PAGES */
|
||||||
|
return allocate_big(sizeb, type);
|
||||||
|
|
||||||
if (sizeb > (1 << (LOG_APAGE_SIZE - 1)))
|
if (sizeb > (1 << (LOG_APAGE_SIZE - 1)))
|
||||||
return allocate_big(sizeb, type);
|
return allocate_big(sizeb, type);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user