On Thu, 12 Oct 2000, David S. Miller wrote: > clear neither user-space pgds, nor user-space pmds in PAE mode > > Eh? > > munmap() --> clear_page_tables() --> free_one_pgd() --> pgd_clear you are right, i was focused too much on the swapping case. I dont think munmap() is a problem in the PAE case. pgd_clear() should stay a 64-bit operation (like in Ben's patch) because we could get a legitimate TLB flush between two 32-bit writes. (the 4 pgd entries are otherwise cached in the CPU core, only TLB flushes reload them.) Ingo - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/
- Re: Updated 2.4 TODO List tytso
- [RFC] atomic pte updates for x86 smp Ben LaHaise
- Re: [RFC] atomic pte updates for x86 sm... Linus Torvalds
- Re: [RFC] atomic pte updates for x8... Benjamin C.R. LaHaise
- Re: [RFC] atomic pte updates f... David S. Miller
- Re: [RFC] atomic pte updat... Cort Dougan
- Re: [RFC] atomic pte updat... Benjamin C.R. LaHaise
- Re: [RFC] atomic pte updates f... Linus Torvalds
- Re: [RFC] atomic pte updat... Ingo Molnar
- Re: [RFC] atomic pte updat... David S. Miller
- Re: [RFC] atomic pte updat... Ingo Molnar
- Re: [RFC] atomic pte updat... Ingo Molnar
- Re: [RFC] atomic pte updat... Benjamin C.R. LaHaise
- Re: Updated 2.4 TODO List Pavel Machek
- RE: Updated 2.4 TODO List Dunlap, Randy
- Re: [linux-usb-devel] RE: Updated 2.4 TODO List Matthew Dharm
- RE: Updated 2.4 TODO List Dunlap, Randy
- Re: Updated 2.4 TODO List Pavel Machek