[PATCH] powerpc: Fix major revision number for Freescale cores

2008-09-07 Thread Martin Langer
is based on that pdf. You can find the document here: http://www.freescale.com/files/archives/doc/support_info/PPCPVR.pdf Signed-off-by: Martin Langer [EMAIL PROTECTED] --- arch/powerpc/kernel/setup-common.c.ORIGINAL 2008-09-06 23:26:50.0 +0200 +++ arch/powerpc/kernel/setup-common.c 2008-09-06

Re: [PATCH] Fix for Freescale ppc cores: major revision detection

2008-02-27 Thread Martin Langer
On Tue, Feb 26, 2008 at 09:32:25PM +1100, Paul Mackerras wrote: Martin Langer writes: Care to resend this with a proper description and a Signed-off-by line? Sure. + switch (PVR_VER(pvr)) { + case 0x8000:/* 7441/7450/7451, Vger

Re: [PATCH] Fix for Freescale ppc cores: major revision detection

2008-02-11 Thread Martin Langer
On Mon, Feb 11, 2008 at 09:01:03AM -0600, Kumar Gala wrote: On Feb 9, 2008, at 11:47 AM, Martin Langer wrote: Ppc cores by Freescale are using the configuration field instead of the major revision field for their major revision number. Those field definitions come from include/asm

[PATCH] Fix for Freescale ppc cores: major revision detection

2008-02-09 Thread Martin Langer
. This patch fixes it. http://www.freescale.com/files/archives/doc/support_info/PPCPVR.pdf Signed-Off-By: Martin Langer [EMAIL PROTECTED] --- arch/powerpc/kernel/setup-common.c.ORIGINAL 2008-02-08 22:22:56.0 +0100 +++ arch/powerpc/kernel/setup-common.c 2008-02-09 18:18:36.0 +0100