On Sat, Jun 16, 2007 at 02:05:12AM +0200, [EMAIL PROTECTED] wrote:
> The cores used in the MPC82xx/83xx/86xx embedded controllers are very similar
> to those in the 32 bit general-purpose processors, so it makes sense to
> treat them as the same CPU family.
> 
> Choosing between the embedded platforms and the multiplatform code is
> now done in the platform menu, but functionally everything stays the
> same.
> 
> Signed-off-by: Arnd Bergmann <[EMAIL PROTECTED]>
> Index: linux-2.6/arch/powerpc/platforms/Kconfig
> ===================================================================
> --- linux-2.6.orig/arch/powerpc/platforms/Kconfig
> +++ linux-2.6/arch/powerpc/platforms/Kconfig

> @@ -16,8 +16,31 @@ config EMBEDDED6xx
>       bool "Embedded 6xx/7xx/7xxx-based board"
>       depends on PPC32 && (BROKEN||BROKEN_ON_SMP)

<snip>

> +config CLASSIC32
> +     def_bool y
> +     depends on 6xx && PPC_MULTIPLATFORM
                       ^^^^^^^^^^^^^^^^^^^^
Arnd, is this really what you wanted?  With it, none of the embedded
classics have CLASSIC32 defined which means they don't get TAU or
ALTIVEC defined which isn't good.

Mark
_______________________________________________
Linuxppc-dev mailing list
[email protected]
https://ozlabs.org/mailman/listinfo/linuxppc-dev

Reply via email to