[PATCH] ppc32: Simplified PPC core revision report
authorKumar Gala <galak@freescale.com>
Thu, 5 May 2005 23:15:10 +0000 (16:15 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Thu, 5 May 2005 23:36:32 +0000 (16:36 -0700)
commit696c2b9f97c2439e9fb299650041ec750df46865
tree09a2c0df780b1739324f25c9ee19e00334d37b30
parent075d6eb16d273dab7b7b4b83fcee8bce4ee387ed
[PATCH] ppc32: Simplified PPC core revision report

We can identify new Freescale PPC cores by the fact that the MSB of the PVR
is set.  If we are a new Freescale core the decode of major/minor revision
numbers is simplified so we dont have to add new case checks for a every
new Freescale core.

Signed-off-by: Kumar Gala <kumar.gala@freescale.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/ppc/kernel/setup.c