summaryrefslogtreecommitdiff
path: root/mm/page_alloc.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@athlon.transmeta.com>2002-02-04 20:30:08 -0800
committerLinus Torvalds <torvalds@athlon.transmeta.com>2002-02-04 20:30:08 -0800
commitaad40ef3f2b9c4077e5a79606aed24a92ccb0406 (patch)
tree9fd35dd214821bd1506eb8aad81593fe3ebd67b3 /mm/page_alloc.c
parent3ea86172d8f6ae13a896f78ec3f029bb410eacf2 (diff)
v2.4.13.8 -> v2.4.14
- David Miller: sparc/scsi scatterlist fixes - Martin Mares: PCI ids, email address update - David Miller: revert TCP hash optimizations that need more checking - Ivan Kokshaysky/Richard Henderson: alpha update (atomic_dec_and_lock etc) - Peter Anvin: cramfs/zisofs missing pieces
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 */