From 4e6005674625141a0a6f80624500db1c93aa3365 Mon Sep 17 00:00:00 2001 From: Tejun Heo Date: Fri, 10 Sep 2010 11:01:56 +0200 Subject: [PATCH] --- yaml --- r: 213243 b: refs/heads/master c: 9329ba9704f6bd51a735982e0d4a3eed72c3294f h: refs/heads/master i: 213241: b0eb7e659566cd60301c93f574b03a857c77816d 213239: 999961dde4e3bff853a28d45f2502034415d3648 v: v3 --- [refs] | 2 +- trunk/mm/percpu.c | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/[refs] b/[refs] index 15c905eed121..27afceb31e2d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 677243d7494d09bfa782425f063a6013de53c35b +refs/heads/master: 9329ba9704f6bd51a735982e0d4a3eed72c3294f diff --git a/trunk/mm/percpu.c b/trunk/mm/percpu.c index 0cd4bf61012c..12dea33572bd 100644 --- a/trunk/mm/percpu.c +++ b/trunk/mm/percpu.c @@ -826,8 +826,8 @@ static void __percpu *pcpu_alloc(size_t size, size_t align, bool reserved) * @size: size of area to allocate in bytes * @align: alignment of area (max PAGE_SIZE) * - * Allocate percpu area of @size bytes aligned at @align. Might - * sleep. Might trigger writeouts. + * Allocate zero-filled percpu area of @size bytes aligned at @align. + * Might sleep. Might trigger writeouts. * * CONTEXT: * Does GFP_KERNEL allocation. @@ -846,9 +846,10 @@ EXPORT_SYMBOL_GPL(__alloc_percpu); * @size: size of area to allocate in bytes * @align: alignment of area (max PAGE_SIZE) * - * Allocate percpu area of @size bytes aligned at @align from reserved - * percpu area if arch has set it up; otherwise, allocation is served - * from the same dynamic area. Might sleep. Might trigger writeouts. + * Allocate zero-filled percpu area of @size bytes aligned at @align + * from reserved percpu area if arch has set it up; otherwise, + * allocation is served from the same dynamic area. Might sleep. + * Might trigger writeouts. * * CONTEXT: * Does GFP_KERNEL allocation.