> --- 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.


_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev

Reply via email to