Move page fill sources from sched/ to sched/paging

This commit is contained in:
Gregory Nutt 2014-08-08 15:08:07 -06:00
parent cd9195c771
commit 2963643ea9

View File

@ -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>,