From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
To: Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
Cc: linuxppc-dev@ozlabs.org, paulus@samba.org
Subject: Re: [PATCH] celleb: fix CONFIG_KEXEC dependency
Date: Thu, 15 Feb 2007 08:21:30 +1100 [thread overview]
Message-ID: <1171488090.20192.165.camel@localhost.localdomain> (raw)
In-Reply-To: <200702140655.l1E6tFlp005523@toshiba.co.jp>
On Wed, 2007-02-14 at 15:55 +0900, Ishizaki Kou wrote:
> celleb_kexec_cpu_down() depends on CONFIG_KEXEC.
>
> Signed-off-by: Kou Ishizaki <kou.ishizaki@toshiba.co.jp>
Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
> ---
>
> Index: linux-powerpc-git/arch/powerpc/platforms/celleb/setup.c
> diff -u linux-powerpc-git/arch/powerpc/platforms/celleb/setup.c:1.1.1.1 linux-powerpc-git/arch/powerpc/platforms/celleb/setup.c:1.23
> --- linux-powerpc-git/arch/powerpc/platforms/celleb/setup.c:1.1.1.1 Thu Feb 8 11:38:20 2007
> +++ linux-powerpc-git/arch/powerpc/platforms/celleb/setup.c Fri Feb 9 18:31:50 2007
> @@ -137,10 +137,12 @@
> return -ENODEV;
> }
>
> +#ifdef CONFIG_KEXEC
> static void celleb_kexec_cpu_down(int crash, int secondary)
> {
> beatic_deinit_IRQ();
> }
> +#endif
>
> static struct of_device_id celleb_bus_ids[] = {
> { .type = "scc", },
> _______________________________________________
> Linuxppc-dev mailing list
> Linuxppc-dev@ozlabs.org
> https://ozlabs.org/mailman/listinfo/linuxppc-dev
prev parent reply other threads:[~2007-02-14 21:21 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-02-14 6:55 [PATCH] celleb: fix CONFIG_KEXEC dependency Ishizaki Kou
2007-02-14 21:21 ` Benjamin Herrenschmidt [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1171488090.20192.165.camel@localhost.localdomain \
--to=benh@kernel.crashing.org \
--cc=kou.ishizaki@toshiba.co.jp \
--cc=linuxppc-dev@ozlabs.org \
--cc=paulus@samba.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.