Re: [RFC][PATCH] Move TASK_SIZE to 0xc0000000 for ppc32

2007-10-08 Thread Scott Wood
Kumar Gala wrote: > Guys, > > Here's a cut at a patch that cleans up the TASK_SIZE issue. We now have > TASK_SIZE @ 0xc000 for everything except PREP and use PAGE_OFFSET in > SW TLB handlers. I'm assuming 8xx will get a cleanup patch from > PAGE_OFFSET testing (Dan :). I'd rather this patch

[RFC][PATCH] Move TASK_SIZE to 0xc0000000 for ppc32

2007-10-08 Thread Kumar Gala
Guys, Here's a cut at a patch that cleans up the TASK_SIZE issue. We now have TASK_SIZE @ 0xc000 for everything except PREP and use PAGE_OFFSET in SW TLB handlers. I'm assuming 8xx will get a cleanup patch from PAGE_OFFSET testing (Dan :). Also, note that change in head_32.S for 603. I mad