aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mm/percpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/percpu.c b/mm/percpu.c
index a1830d8e3318..58c572b18b07 100644
--- a/mm/percpu.c
+++ b/mm/percpu.c
@@ -1164,7 +1164,7 @@ static struct pcpu_alloc_info * __init pcpu_build_alloc_info(
1164 } 1164 }
1165 1165
1166 /* 1166 /*
1167 * Don't accept if wastage is over 25%. The 1167 * Don't accept if wastage is over 1/3. The
1168 * greater-than comparison ensures upa==1 always 1168 * greater-than comparison ensures upa==1 always
1169 * passes the following check. 1169 * passes the following check.
1170 */ 1170 */