commit | 49eaaa1a6c950e7a92c4386c199b8ec950f840b9 | [log] [tgz] |
---|---|---|
author | Christoph Lameter <clameter@sgi.com> | Wed Dec 26 12:43:01 2007 -0800 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Wed Dec 26 22:04:09 2007 -0800 |
tree | d2b718fc495f6dfa98fbe3e566c65cb0e98c6c3c | |
parent | 11ee29577cc1637f94d903a6ea322cf1ed8ce1b3 [diff] |
Revert quicklist need->flush fix Did not fix the reported issue. Apart from other weirdness this causes a bad link between the TLB flushing logic and the quicklists. If there is indeed an issue that an arch needs a tlb flush before free then the arch code needs to set tlb->need_flush before calling quicklist_free. Signed-off-by: Christoph Lameter <clameter@sgi.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>