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:
patacongo
2010-08-14 03:51:03 +00:00
parent b829c79382
commit 9bd82bd544
3 changed files with 423 additions and 6 deletions
+3 -3
View File
@@ -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: