Subject: re: Separating PowerPC 4xx and 6xx arch-specific code
To: Simon Burge <simonb@wasabisystems.com>
From: matthew green <mrg@eterna.com.au>
List: port-powerpc
Date: 04/10/2001 16:56:06
   
   	options         ARCH_4xx        # PowerPC 400 family
   	options         ARCH_6xx        # PowerPC 600/700 family 


i'm thinking these names are too-unspecific and might conflict with
some other symbol elsewhere in the kernel at some stage.  i think i
like the PPC_xxx versions because of this.  note that the equivalent
feature for sparc & alpha is "SUN4x" and "DEC_xxx" (mostly.)


.mrg.