On Wed, 2007-08-22 at 18:30 +0100, Ralf Baechle wrote: > On Tue, Aug 21, 2007 at 01:43:09PM -0600, Matthew Wilcox wrote: > > > On Tue, Aug 21, 2007 at 12:38:35PM -0700, Dave Hansen wrote: > > > I'd like to have that for other architectures. So, add it > > > for all the architectures that actually use "current" in > > > their TASK_SIZE. For the others, just add a quick #define > > > in sched.h to use plain old TASK_SIZE. > > > > MIPS seems to do things a little differently ... Ralf, what should Dave > > be doing here? > > > > #define TASK_SIZE32 0x7fff8000UL > > #define TASK_SIZE 0x10000000000UL > > Indeed. Below patch should do the trick.
Thanks for the patch. I'll roll it into my larger one. -- Dave - To unsubscribe from this list: send the line "unsubscribe linux-arch" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
