[PATCH 2/3 v2] Add initial iomega StorCenter board port.

Scott Wood scottwood at freescale.com
Thu Jan 10 05:26:44 EST 2008


On Tue, Jan 08, 2008 at 04:07:17PM -0600, Jon Loeliger wrote:
> +static void storcenter_power_off(void)
> +{
> +	/* No way to shut power off with software */
> +	local_irq_disable();
> +	for (;;) ;
> +	/* NOTREACHED */
> +}

So leave it out, and let the generic halt function be used.

-Scott



More information about the Linuxppc-dev mailing list