[PATCH 5/9 v3] Add the MPC8641 HPCN platform files.

Benjamin Herrenschmidt benh at kernel.crashing.org
Sun Jun 18 13:07:35 EST 2006


> struct smp_ops_t smp_86xx_ops = {
> +	.message_pass = smp_mpic_message_pass,
> +	.probe = smp_mpic_probe,
> +	.kick_cpu = smp_86xx_kick_cpu,
> +	.setup_cpu = smp_86xx_setup_cpu,
> +	.take_timebase = smp_generic_take_timebase,
> +	.give_timebase = smp_generic_give_timebase,
> +};

You don't have any way to freeze the timebase ? (No GPIO controlling
TBEN ?) It's pretty nasty to rely on software sync, especially if it's
supposed to be an example design ...

Ben.





More information about the Linuxppc-dev mailing list