[PATCH] powerpc: merge code values for identifying platforms
authorPaul Mackerras <paulus@samba.org>
Thu, 10 Nov 2005 02:37:51 +0000 (13:37 +1100)
committerPaul Mackerras <paulus@samba.org>
Thu, 10 Nov 2005 02:37:51 +0000 (13:37 +1100)
This patch merges platform codes.  systemcfg->platform is no longer used,
systemcfg use in general is deprecated as much as possible (and renamed
_systemcfg before it gets completely moved elsewhere in a future patch),
_machine is now used on ppc64 along as ppc32.  Platform codes aren't gone
yet but we are getting a step closer. A bunch of asm code in head[_64].S
is also turned into C code.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>

No differences found