summaryrefslogtreecommitdiff
path: root/nuttx/sched/paging/pg_worker.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched/paging/pg_worker.c')
-rw-r--r--nuttx/sched/paging/pg_worker.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/nuttx/sched/paging/pg_worker.c b/nuttx/sched/paging/pg_worker.c
index e15320160..1ccc123d3 100644
--- a/nuttx/sched/paging/pg_worker.c
+++ b/nuttx/sched/paging/pg_worker.c
@@ -526,10 +526,8 @@ static inline void pg_fillcomplete(void)
int pg_worker(int argc, char *argv[])
{
- irqstate_t flags;
-
- /* Loop forever -- Notice that interrupts will be disable at all times that
- * this thread runs. That is so that we con't lose signals or have
+ /* Loop forever -- Notice that interrupts will be disabled at all times that
+ * this thread runs. That is so that we can't lose signals or have
* asynchronous page faults.
*
* All interrupt logic as well as all page fill worker thread logic must
@@ -539,7 +537,7 @@ int pg_worker(int argc, char *argv[])
*/
pglldbg("Started\n");
- flags = irqsave();
+ (void)irqsave();
for (;;)
{
/* Wait awhile. We will wait here until either the configurable timeout