Rik van Riel writes: > I guess we'll need to call tlb_remove_tlb_entry() inside the > MADV_FREE code to keep powerpc happy. I don't see why; once ptep_test_and_clear_young has returned, the entry in the hash table has already been removed. Adding the tlb_remove_tlb_entry call certainly won't do anything on 64-bit powerpc, since it expands to do {} while (0) there, and in fact it won't do anything on 32-bit powerpc either. Paul. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: [PATCH] lazy freeing of memory through MADV_FREE
- From: Rik van Riel <[email protected]>
- Re: [PATCH] lazy freeing of memory through MADV_FREE
- References:
- [PATCH] lazy freeing of memory through MADV_FREE
- From: Rik van Riel <[email protected]>
- Re: [PATCH] lazy freeing of memory through MADV_FREE
- From: Andrew Morton <[email protected]>
- Re: [PATCH] lazy freeing of memory through MADV_FREE
- From: Rik van Riel <[email protected]>
- Re: [PATCH] lazy freeing of memory through MADV_FREE
- From: Andrew Morton <[email protected]>
- Re: [PATCH] lazy freeing of memory through MADV_FREE
- From: Rik van Riel <[email protected]>
- Re: [PATCH] lazy freeing of memory through MADV_FREE
- From: Nick Piggin <[email protected]>
- Re: [PATCH] lazy freeing of memory through MADV_FREE
- From: Rik van Riel <[email protected]>
- Re: [PATCH] lazy freeing of memory through MADV_FREE
- From: Nick Piggin <[email protected]>
- Re: [PATCH] lazy freeing of memory through MADV_FREE
- From: Rik van Riel <[email protected]>
- Re: [PATCH] lazy freeing of memory through MADV_FREE
- From: Rik van Riel <[email protected]>
- Re: [PATCH] lazy freeing of memory through MADV_FREE
- From: Rik van Riel <[email protected]>
- Re: [PATCH] lazy freeing of memory through MADV_FREE
- From: Nick Piggin <[email protected]>
- Re: [PATCH] lazy freeing of memory through MADV_FREE
- From: Rik van Riel <[email protected]>
- Re: [PATCH] lazy freeing of memory through MADV_FREE
- From: Nick Piggin <[email protected]>
- Re: [PATCH] lazy freeing of memory through MADV_FREE
- From: Rik van Riel <[email protected]>
- Re: [PATCH] lazy freeing of memory through MADV_FREE
- From: Nick Piggin <[email protected]>
- Re: [PATCH] lazy freeing of memory through MADV_FREE
- From: Rik van Riel <[email protected]>
- [PATCH] lazy freeing of memory through MADV_FREE
- Prev by Date: Re: sendfile to nonblocking socket
- Next by Date: Re: is there any generic GPIO chip framework like IRQ chips?
- Previous by thread: Re: [PATCH] lazy freeing of memory through MADV_FREE
- Next by thread: Re: [PATCH] lazy freeing of memory through MADV_FREE
- Index(es):