[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <AANLkTim15YqYThqBw7=GLGbthXdQ836BdWamA4ncSP30@mail.gmail.com>
Date: Tue, 16 Nov 2010 06:33:24 -0500
From: Josh Boyer <jwboyer@...il.com>
To: Alessio Igor Bogani <abogani@...ware.it>
Cc: Benjamin Herrenschmidt <benh@...nel.crashing.org>,
Paul Mackerras <paulus@...ba.org>,
linux-kernel@...r.kernel.org, Arnd Bergmann <arnd@...db.de>,
Tim Bird <tim.bird@...sony.com>,
linuxppc-dev <linuxppc-dev@...ts.ozlabs.org>
Subject: Re: [PATCH] powerpc: Update a comment
On Mon, Nov 15, 2010 at 3:21 AM, Alessio Igor Bogani <abogani@...ware.it> wrote:
> The commit 5e3d20a remove bkl from startup code so setup_arch() it isn't called
> with bkl held anymore. Update the comment on top of that function.
>
> This work was supported by a hardware donation from the CE Linux Forum.
You should make sure to send powerpc patches to linuxppc-dev.
>
> Signed-off-by: Alessio Igor Bogani <abogani@...ware.it>
> ---
> arch/powerpc/kernel/setup_64.c | 5 ++---
> 1 files changed, 2 insertions(+), 3 deletions(-)
>
> diff --git a/arch/powerpc/kernel/setup_64.c b/arch/powerpc/kernel/setup_64.c
> index 2a178b0..71f44e5 100644
> --- a/arch/powerpc/kernel/setup_64.c
> +++ b/arch/powerpc/kernel/setup_64.c
> @@ -497,9 +497,8 @@ static void __init emergency_stack_init(void)
> }
>
> /*
> - * Called into from start_kernel, after lock_kernel has been called.
> - * Initializes bootmem, which is unsed to manage page allocation until
> - * mem_init is called.
> + * Called into from start_kernel this initializes bootmem, which is unsed
> + * to manage page allocation until mem_init is called.
You might as well fix the typo while you're there. unsed->used
josh
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists