From ebb3e3b0823cfdaf56047f486619f0181d2b9690 Mon Sep 17 00:00:00 2001 From: Renaud Lienhart Date: Sat, 10 Sep 2005 00:26:59 -0700 Subject: [PATCH] --- yaml --- r: 8387 b: refs/heads/master c: 207f36eec9e7b1077d7a0aaadb4800e2c9b4cfa4 h: refs/heads/master i: 8385: f324f0be039314d63b3f68d9aab155860986fa8d 8383: 6d6e7fb8017056969a873aaa3b90088e22650073 v: v3 --- [refs] | 2 +- trunk/mm/page_alloc.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 1ba2dd48523a..eed7590d3664 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9dcbb32f1654e79c212c20d9cd9d48509ee1eaf7 +refs/heads/master: 207f36eec9e7b1077d7a0aaadb4800e2c9b4cfa4 diff --git a/trunk/mm/page_alloc.c b/trunk/mm/page_alloc.c index 3974fd81d27c..c5823c395f71 100644 --- a/trunk/mm/page_alloc.c +++ b/trunk/mm/page_alloc.c @@ -335,7 +335,7 @@ static inline void free_pages_check(const char *function, struct page *page) /* * Frees a list of pages. * Assumes all pages on list are in same zone, and of same order. - * count is the number of pages to free, or 0 for all on the list. + * count is the number of pages to free. * * If the zone was previously in an "all pages pinned" state then look to * see if this freeing clears that state.