[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
flushing tlb in try_to_swap_out
I see that in try_to_swap_out() (linux 2.4.19), the page that is being
unmapped from a process is flushed out. But try_to_swap_out() is executed
in the context of kswapd. And also whenever a context switch takes place
the whole tlb is flushed out. So is this flushing done just becuase linux
uses lazy_tlb_flush during process context switch ?
thanks a lot,
Raghu
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"aart@kvack.org"> aart@kvack.org </a>