Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 548a1950 authored by Paul Gortmaker's avatar Paul Gortmaker Committed by Jiri Kosina
Browse files

Documentation: fix typo and update version in cachetlb.txt



Fix a typo, and the reference to a proposed v2.7 kernel, as
that in itself is dated.

Signed-off-by: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
Acked-by: default avatarRob Landley <rob@landley.net>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 0dc5d4f7
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -57,7 +57,7 @@ changes occur:
	interface must make sure that any previous page table
	interface must make sure that any previous page table
	modifications for the address space 'vma->vm_mm' in the range
	modifications for the address space 'vma->vm_mm' in the range
	'start' to 'end-1' will be visible to the cpu.  That is, after
	'start' to 'end-1' will be visible to the cpu.  That is, after
	running, here will be no entries in the TLB for 'mm' for
	running, there will be no entries in the TLB for 'mm' for
	virtual addresses in the range 'start' to 'end-1'.
	virtual addresses in the range 'start' to 'end-1'.


	The "vma" is the backing store being used for the region.
	The "vma" is the backing store being used for the region.
@@ -375,8 +375,8 @@ maps this page at its virtual address.


  void flush_icache_page(struct vm_area_struct *vma, struct page *page)
  void flush_icache_page(struct vm_area_struct *vma, struct page *page)
	All the functionality of flush_icache_page can be implemented in
	All the functionality of flush_icache_page can be implemented in
	flush_dcache_page and update_mmu_cache. In 2.7 the hope is to
	flush_dcache_page and update_mmu_cache. In the future, the hope
	remove this interface completely.
	is to remove this interface completely.


The final category of APIs is for I/O to deliberately aliased address
The final category of APIs is for I/O to deliberately aliased address
ranges inside the kernel.  Such aliases are set up by use of the
ranges inside the kernel.  Such aliases are set up by use of the