[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Thread implementations...



Hi,

On Tue, 30 Jun 1998 12:35:35 -0700 (PDT), Dean Gaudet
<dgaudet-list-linux-kernel@arctic.org> said:

> On Tue, 30 Jun 1998, Stephen C. Tweedie wrote:

>> Not for very large files: the forget-behind is absolutely critical in
>> that case.

> I dunno why you're thinking of unmapping pages though...  But you do
> want them to be dropped from memory when appropriate.

We want to *physically* unmap them from the page tables.  You can't
evict the pages from cache if they are still physically mapped!

--Stephen