summaryrefslogtreecommitdiff
path: root/mm/page_alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'mm/page_alloc.c')
-rw-r--r--mm/page_alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/page_alloc.c b/mm/page_alloc.c
index ef2b8fc9b23a..d2605907760f 100644
--- a/mm/page_alloc.c
+++ b/mm/page_alloc.c
@@ -386,7 +386,7 @@ rebalance:
}
/* Don't let big-order allocations loop */
- if (order > 1)
+ if (order > 3)
return NULL;
/* Yield for kswapd, and try again */