Quantcast
Channel: lkml.org : Pallipadi, Venkatesh
Viewing all articles
Browse latest Browse all 864

Re: [PATCHv3 1/3] mm: Introduce vma_init()

$
0
0
Linus Torvalds writes: (Summary) They are literally just fake vmas for the "flush_tlb()" machinery, which won't ever really cause any VM activity and will just call back to the architecture TLB flushing routines. They initialize vm_mm exactly because that's how the mm is passed down to the tlb flushing (we pass the whole vma because some architectures than have special flags in vm_flags too that can affect how the TLB gets flushed - ie "only flush ITLB if it's an execute-only vma" etc). gets flushed - ie "only flush ITLB if it's an execute-only vma" etc).

Viewing all articles
Browse latest Browse all 864

Trending Articles