Re: page fault fastpath: Increasing SMP scalability by introducingpte locks?

From: David S. Miller
Date: Sun Aug 15 2004 - 21:00:20 EST


On Sun, 15 Aug 2004 17:11:53 -0700 (PDT)
Christoph Lameter <clameter@xxxxxxx> wrote:

> pgd/pmd walking should be possible always even without the vma semaphore
> since the CPU can potentially walk the chain at anytime.

munmap() can destroy pmd and pte tables. somehow we have
to protect against that, and currently that is having the
VMA semaphore held for reading, see free_pgtables().

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