[PATCH] powerpc: merged asm/cputable.h

Paul Mackerras paulus at samba.org
Sat Sep 24 10:04:12 EST 2005


Kumar Gala writes:

> +#ifdef __powerpc64__
> +extern struct cpu_spec		*cur_cpu_spec;
> +#else /* __powerpc64__ */
> +extern struct cpu_spec		*cur_cpu_spec[];
> +#endif /* __powerpc64__ */

I would like to see this unified - it makes no sense for them to be
different.  We are unlikely to support asymmetric multiprocessing any
time soon, so let's go with the single cur_cpu_spec pointer (a la
ppc64).

Paul.



More information about the Linuxppc-dev mailing list