On 6/6/07, Peter Zijlstra <[EMAIL PROTECTED]> wrote:
PA-RISC will still need it, right?
Originally, I thought since the PA-RISC stack grows up, we'd want to place the stack at the bottom of memory and have copy_strings() and friends work in the opposite direction. It turns out, though, that this ends up being way more headache than it's worth, so I just manually grow the stack down with expand_downwards(). Ollie - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

