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 -- "Bill, look, we understand that you're interested in selling us this operating system, but compare it to ours. We can't possibly take such a retrograde step." - 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
