We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaff6bf commit cd51082Copy full SHA for cd51082
Documentation/teaching/labs/memory_mapping.rst
@@ -398,9 +398,9 @@ Implement the mmap driver function.
398
399
Loop through all virtual pages and for each:
400
* determine the physical address
401
- * map it with :c:func:`remap_fpn_range`
+ * map it with :c:func:`remap_pfn_range`
402
403
- Make sure the that you determine the physical address
+ Make sure that you determine the physical address
404
each time and that you use a range of one page for mapping.
405
406
For testing, load the kernel module and run:
0 commit comments