Re: [PATCH 3/4] mm: move_page_tables{,_up}
Peter Zijlstra <[email protected]>
| Newsgroups | gmane.linux.ports.hppa,gmane.linux.kernel,gmane.linux.kernel.mm |
|---|---|
| Message-ID | <1181159615.5676.40.camel@lappy> |
On Wed, 2007-06-06 at 12:50 -0700, Ollie Wild wrote: > 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(). Ah, ok. I'll drop this whole patch then.