More nits ...

On Thu, 22 Nov 2007 08:46:07 -0700 Dale Farnsworth <[EMAIL PROTECTED]> wrote:
>
> @@ -259,6 +260,11 @@ define_machine(mpc85xx_ads) {
>       .show_cpuinfo           = mpc85xx_ads_show_cpuinfo,
>       .get_irq                = mpic_get_irq,
>       .restart                = fsl_rstcr_restart,
> +#ifdef CONFIG_KEXEC
> +     .machine_kexec_prepare = default_machine_kexec_prepare,
> +     .machine_kexec = default_machine_kexec,
> +     .machine_crash_shutdown = default_machine_crash_shutdown,
> +#endif

Please line these up for consistency.

> @@ -352,6 +353,11 @@ define_machine(mpc85xx_cds) {
>  #else
>       .restart        = fsl_rstcr_restart,
>  #endif
> +#ifdef CONFIG_KEXEC
> +     .machine_kexec_prepare = default_machine_kexec_prepare,
> +     .machine_kexec = default_machine_kexec,
> +     .machine_crash_shutdown = default_machine_crash_shutdown,
> +#endif

And here

> @@ -224,6 +225,11 @@ define_machine(mpc8572_ds) {
>  #endif
>       .get_irq                = mpic_get_irq,
>       .restart                = fsl_rstcr_restart,
> +#ifdef CONFIG_KEXEC
> +     .machine_kexec_prepare = default_machine_kexec_prepare,
> +     .machine_kexec = default_machine_kexec,
> +     .machine_crash_shutdown = default_machine_crash_shutdown,
> +#endif

And again ...

> @@ -202,6 +203,11 @@ define_machine(mpc85xx_mds) {
>       .init_IRQ       = mpc85xx_mds_pic_init,
>       .get_irq        = mpic_get_irq,
>       .restart        = fsl_rstcr_restart,
> +#ifdef CONFIG_KEXEC
> +     .machine_kexec_prepare = default_machine_kexec_prepare,
> +     .machine_kexec = default_machine_kexec,
> +     .machine_crash_shutdown = default_machine_crash_shutdown,
> +#endif

-- 
Cheers,
Stephen Rothwell                    [EMAIL PROTECTED]
http://www.canb.auug.org.au/~sfr/

Attachment: pgpq9bohRFCkP.pgp
Description: PGP signature

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

Reply via email to