mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 09:18:00 +08:00
paging documentation
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2851 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -76,7 +76,7 @@ extern "C" {
|
||||
* Name: pg_miss
|
||||
*
|
||||
* Description:
|
||||
* This function is called from architecture-specific memory segmentaion
|
||||
* This function is called from architecture-specific memory segmentation
|
||||
* fault handling logic. This function will perform the following
|
||||
* operations:
|
||||
*
|
||||
@@ -120,8 +120,8 @@ extern "C" {
|
||||
* that the exception did not occur from interrupt/exception handling
|
||||
* logic.
|
||||
* - As mentioned above, the task causing the page fault must not be the
|
||||
* the page fill worker thread because that is the only way to complete
|
||||
* the page fill.
|
||||
* page fill worker thread because that is the only way to complete the
|
||||
* page fill.
|
||||
*
|
||||
* NOTES:
|
||||
* 1. One way to accomplish this would be a two pass link phase:
|
||||
|
||||
Reference in New Issue
Block a user