Re: [PATCH] siimage: fix kernel oops on PPC 44x

2008-04-09 Thread Bartlomiej Zolnierkiewicz
On Tuesday 08 April 2008, Sergei Shtylyov wrote: > Bartlomiej Zolnierkiewicz wrote: > > >>Fix kernel oops due to machine check occuring in init_chipset_siimage() on > >>PPC > >>44x platforms. These 32-bit CPUs have 36-bit physical address and PCI I/O > >>and > >>memory spaces are mapped beyond

Re: [PATCH] siimage: fix kernel oops on PPC 44x

2008-04-08 Thread Sergei Shtylyov
Bartlomiej Zolnierkiewicz wrote: Fix kernel oops due to machine check occuring in init_chipset_siimage() on PPC 44x platforms. These 32-bit CPUs have 36-bit physical address and PCI I/O and memory spaces are mapped beyond 4 GB; arch/ppc/ code has a fixup in ioremap() that creates an illusion of

Re: [PATCH] siimage: fix kernel oops on PPC 44x

2008-04-07 Thread Bartlomiej Zolnierkiewicz
On Monday 07 April 2008, Sergei Shtylyov wrote: > Fix kernel oops due to machine check occuring in init_chipset_siimage() on PPC > 44x platforms. These 32-bit CPUs have 36-bit physical address and PCI I/O and > memory spaces are mapped beyond 4 GB; arch/ppc/ code has a fixup in ioremap() > that cr

[PATCH] siimage: fix kernel oops on PPC 44x

2008-04-07 Thread Sergei Shtylyov
Fix kernel oops due to machine check occuring in init_chipset_siimage() on PPC 44x platforms. These 32-bit CPUs have 36-bit physical address and PCI I/O and memory spaces are mapped beyond 4 GB; arch/ppc/ code has a fixup in ioremap() that creates an illusion of the PCI I/O and memory resources be