|
@@ -324,7 +324,7 @@ static void phys_page_compact(PhysPageEntry *lp, Node *nodes)
|
|
assert(valid_ptr < P_L2_SIZE);
|
|
assert(valid_ptr < P_L2_SIZE);
|
|
|
|
|
|
/* Don't compress if it won't fit in the # of bits we have. */
|
|
/* Don't compress if it won't fit in the # of bits we have. */
|
|
- if (lp->skip + p[valid_ptr].skip >= (1 << 3)) {
|
|
|
|
|
|
+ if (lp->skip + p[valid_ptr].skip >= (1 << 6)) {
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
|
|
|