|
@@ -3658,7 +3658,7 @@ retry:
|
|
/* Make sure we know about allocations which stall for too long */
|
|
/* Make sure we know about allocations which stall for too long */
|
|
if (time_after(jiffies, alloc_start + stall_timeout)) {
|
|
if (time_after(jiffies, alloc_start + stall_timeout)) {
|
|
warn_alloc(gfp_mask,
|
|
warn_alloc(gfp_mask,
|
|
- "page alloction stalls for %ums, order:%u\n",
|
|
|
|
|
|
+ "page allocation stalls for %ums, order:%u",
|
|
jiffies_to_msecs(jiffies-alloc_start), order);
|
|
jiffies_to_msecs(jiffies-alloc_start), order);
|
|
stall_timeout += 10 * HZ;
|
|
stall_timeout += 10 * HZ;
|
|
}
|
|
}
|