From 2963643ea95780bd3ae7eceacd6cfd1cb3a3db0a Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 8 Aug 2014 15:08:07 -0600 Subject: [PATCH] Move page fill sources from sched/ to sched/paging --- Documentation/NuttXDemandPaging.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/NuttXDemandPaging.html b/Documentation/NuttXDemandPaging.html index 2e1ebaf3e11..b5fa2f9f2a4 100644 --- a/Documentation/NuttXDemandPaging.html +++ b/Documentation/NuttXDemandPaging.html @@ -213,7 +213,7 @@

Declarations for g_waitingforfill, g_pgworker, and other - internal, private definitions will be provided in sched/pg_internal.h. + internal, private definitions will be provided in sched/paging/paging.h. All public definitions that should be used by the architecture-specific code will be available in include/nuttx/page.h. Most architecture-specific functions are declared in include/nuttx/arch.h,