X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Documentation%2Fcachetlb.txt;h=2b5f823abd035fd180d94732c523671378c2ef9d;hb=186837ca3a6dd6b422a5ea316ed38eea183dca5d;hp=b231414bb8bc4b84d218fc2f2f75d5665d0a0761;hpb=d6cd4715e21508bebbb1928c91d628bd65f5de5f;p=pandora-kernel.git diff --git a/Documentation/cachetlb.txt b/Documentation/cachetlb.txt index b231414bb8bc..2b5f823abd03 100644 --- a/Documentation/cachetlb.txt +++ b/Documentation/cachetlb.txt @@ -88,12 +88,12 @@ changes occur: This is used primarily during fault processing. 5) void update_mmu_cache(struct vm_area_struct *vma, - unsigned long address, pte_t pte) + unsigned long address, pte_t *ptep) At the end of every page fault, this routine is invoked to tell the architecture specific code that a translation - described by "pte" now exists at virtual address "address" - for address space "vma->vm_mm", in the software page tables. + now exists at virtual address "address" for address space + "vma->vm_mm", in the software page tables. A port may use this information in any way it so chooses. For example, it could use this event to pre-load TLB