On Fri, 2005-12-02 at 01:07 -0700, Jason Gunthorpe wrote: > I have a custom embedded system with a 440GP derived CPU that places the > memory starting at 0xc0000000 which requires a non-zero PPC_MEMSTART. There > are a couple of places that assume PPC_MEMSTART is 0. This results in > various tricky crashing during booting. Most of the problems are > not accounting for PPC_MEMSTART during va/pa translations. My fixes > convert these places to use pre-existing macros instead of duplicating > the calculation.
Just out of curiosity: why did you do such a bogus setup in the first place ? Ben.