From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
To: Milton Miller <miltonm@bga.com>
Cc: linuxppc-dev@ozlabs.org
Subject: Re: [PATCH] powerpc: use common cpu_die
Date: Wed, 04 Feb 2009 15:07:13 +1100 [thread overview]
Message-ID: <1233720433.16867.185.camel@pasglop> (raw)
In-Reply-To: <1231160724_126472@mercury.realtime.net>
> --- work.git.orig/arch/powerpc/platforms/powermac/setup.c 2009-01-05 02:09:08.000000000 -0600
> +++ work.git/arch/powerpc/platforms/powermac/setup.c 2009-01-05 02:27:23.000000000 -0600
> @@ -672,7 +672,7 @@ static int pmac_pci_probe_mode(struct pc
> /* access per cpu vars from generic smp.c */
> DECLARE_PER_CPU(int, cpu_state);
>
> -static void pmac_cpu_die(void)
> +static void pmac64_cpu_die(void)
> {
> /*
.../...
> --- work.git.orig/arch/powerpc/platforms/powermac/smp.c 2009-01-05 02:09:08.000000000 -0600
> +++ work.git/arch/powerpc/platforms/powermac/smp.c 2009-01-05 02:27:23.000000000 -0600
.../...
>
> -void cpu_die(void)
> +void pmac32_cpu_die(void)
> {
> local_irq_disable();
> cpu_dead[smp_processor_id()] = 1;
Hi Milton ! Any chance you can move both pmac32 and pmac64 variants into
the same file ?
Cheers,
Ben.
next prev parent reply other threads:[~2009-02-04 4:07 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-05 0:07 cpu_die on MPC8641D Matt Sealey
2009-01-05 3:06 ` Matt Sealey
2009-01-05 13:05 ` [PATCH] powerpc: use common cpu_die Milton Miller
2009-01-06 0:47 ` Matt Sealey
2009-01-06 14:28 ` Milton Miller
2009-02-04 4:07 ` Benjamin Herrenschmidt [this message]
2009-02-06 17:02 ` Milton Miller
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=1233720433.16867.185.camel@pasglop \
--to=benh@kernel.crashing.org \
--cc=linuxppc-dev@ozlabs.org \
--cc=miltonm@bga.com \
/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.