summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttXDemandPaging.html
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-08-08 15:08:07 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-08-08 15:08:07 -0600
commit0dc82c9ce3122c309e91981ed62a4d2a08744b86 (patch)
tree7ce57f25ec96d84a065c7f4117e301fc01b93c74 /nuttx/Documentation/NuttXDemandPaging.html
parente3d5db418c7b8fcbba1d7dbb5f6b79ef805203f8 (diff)
downloadnuttx-0dc82c9ce3122c309e91981ed62a4d2a08744b86.tar.gz
nuttx-0dc82c9ce3122c309e91981ed62a4d2a08744b86.tar.bz2
nuttx-0dc82c9ce3122c309e91981ed62a4d2a08744b86.zip
Move page fill sources from sched/ to sched/paging
Diffstat (limited to 'nuttx/Documentation/NuttXDemandPaging.html')
-rw-r--r--nuttx/Documentation/NuttXDemandPaging.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/Documentation/NuttXDemandPaging.html b/nuttx/Documentation/NuttXDemandPaging.html
index 2e1ebaf3e..b5fa2f9f2 100644
--- a/nuttx/Documentation/NuttXDemandPaging.html
+++ b/nuttx/Documentation/NuttXDemandPaging.html
@@ -213,7 +213,7 @@
</p>
<p>
Declarations for <code>g_waitingforfill</code>, <code>g_pgworker</code>, and other
- internal, private definitions will be provided in <code>sched/pg_internal.h</code>.
+ internal, private definitions will be provided in <code>sched/paging/paging.h</code>.
All public definitions that should be used by the architecture-specific code will be available
in <code>include/nuttx/page.h</code>.
Most architecture-specific functions are declared in <code>include/nuttx/arch.h</code>,