summaryrefslogtreecommitdiff
path: root/nuttx/sched/pg_miss.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-08-15 16:50:25 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-08-15 16:50:25 +0000
commite29947db6aba1a4797b093b64548e40ad14d12b0 (patch)
treebf022bdca59370edf1dae8d42e3c4a86be392e74 /nuttx/sched/pg_miss.c
parentaa8fe0d6cf94a297fd0e7c8a6ab1ddb315fda57e (diff)
downloadpx4-nuttx-e29947db6aba1a4797b093b64548e40ad14d12b0.tar.gz
px4-nuttx-e29947db6aba1a4797b093b64548e40ad14d12b0.tar.bz2
px4-nuttx-e29947db6aba1a4797b093b64548e40ad14d12b0.zip
Add logic to drop the priority of the page fill task
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2857 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/sched/pg_miss.c')
-rw-r--r--nuttx/sched/pg_miss.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/sched/pg_miss.c b/nuttx/sched/pg_miss.c
index 10680365b..ff57081eb 100644
--- a/nuttx/sched/pg_miss.c
+++ b/nuttx/sched/pg_miss.c
@@ -166,7 +166,7 @@ void pg_miss(void)
* thread to start working on the queued page fill requests.
*/
- if (!g_pendingfilltcb)
+ if (!g_pftcb)
{
kill(g_pgworker, SIGWORK);
}