[PATCH 03/10] powerpc: Add kexec support for PPC_85xx platforms
Stephen Rothwell
sfr at canb.auug.org.au
Fri Nov 23 09:20:54 EST 2007
More nits ...
On Thu, 22 Nov 2007 08:46:07 -0700 Dale Farnsworth <dale at farnsworth.org> 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 sfr at canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.ozlabs.org/pipermail/linuxppc-dev/attachments/20071123/a8cd48c3/attachment.pgp>
More information about the Linuxppc-dev
mailing list