summaryrefslogtreecommitdiff
path: root/nuttx/include/signal.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-08-14 01:56:13 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-08-14 01:56:13 +0000
commit8e0fe174fee43677b27613ed8d8695689c87f1d7 (patch)
treed98b3a09eb055adbc02219d07f05c5c21a77823d /nuttx/include/signal.h
parent8b2c7f249a7a647a3d9fbb60bff0b4f83454fef5 (diff)
downloadpx4-nuttx-8e0fe174fee43677b27613ed8d8695689c87f1d7.tar.gz
px4-nuttx-8e0fe174fee43677b27613ed8d8695689c87f1d7.tar.bz2
px4-nuttx-8e0fe174fee43677b27613ed8d8695689c87f1d7.zip
Beginning to add on-demand paging logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2850 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/include/signal.h')
-rw-r--r--nuttx/include/signal.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/nuttx/include/signal.h b/nuttx/include/signal.h
index 40fb3cbf0..59bf891e8 100644
--- a/nuttx/include/signal.h
+++ b/nuttx/include/signal.h
@@ -96,7 +96,9 @@
#endif
#endif
-#ifdef CONFIG_SCHED_WORKQUEUE
+/* SIGWORK is used to wake up various internal, NuttX worker thread */
+
+#if defined(CONFIG_SCHED_WORKQUEUE) || defined(CONFIG_PAGING)
#ifndef CONFIG_SIG_SIGWORK
#define SIGWORK 4 /* Used to wake up the work queue */
#else