hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/Documentation/core-api/cachetlb.rst
....@@ -101,16 +101,6 @@
101101 translations for software managed TLB configurations.
102102 The sparc64 port currently does this.
103103
104
-6) ``void tlb_migrate_finish(struct mm_struct *mm)``
105
-
106
- This interface is called at the end of an explicit
107
- process migration. This interface provides a hook
108
- to allow a platform to update TLB or context-specific
109
- information for the address space.
110
-
111
- The ia64 sn2 platform is one example of a platform
112
- that uses this interface.
113
-
114104 Next, we have the cache flushing interfaces. In general, when Linux
115105 is changing an existing virtual-->physical mapping to a new value,
116106 the sequence will be in one of the following forms::
....@@ -223,7 +213,7 @@
223213 there will be no entries in the cache for the kernel address
224214 space for virtual addresses in the range 'start' to 'end-1'.
225215
226
- The first of these two routines is invoked after map_vm_area()
216
+ The first of these two routines is invoked after map_kernel_range()
227217 has installed the page table entries. The second is invoked
228218 before unmap_kernel_range() deletes the page table entries.
229219