please revert bogus patch to vmscan.c

From: Benjamin LaHaise (bcrl@redhat.com)
Date: Mon Oct 29 2001 - 18:08:37 EST


The following:

@@ -50,7 +50,6 @@
 
        /* Don't look at this pte if it's been accessed recently. */
        if (ptep_test_and_clear_young(page_table)) {
- flush_tlb_page(vma, address);
                mark_page_accessed(page);
                return 0;
        }

is completely bogus. Without the tlb flush, the system may never update
the accessed bit on a page that is heavily being used.

                -ben

-- 
Fish.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Wed Oct 31 2001 - 21:00:38 EST