aboutsummaryrefslogtreecommitdiff
path: root/nuttx/sched
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-06-06 01:44:57 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-06-06 01:44:57 +0000
commit4c222bcab1917327a42bb8d33be29912b8b77503 (patch)
treee47988218982531e9c9d129ce3170d7efe1a3534 /nuttx/sched
parent930b5b836c4dd18025c25e637948d6bd91c100ed (diff)
downloadpx4-firmware-4c222bcab1917327a42bb8d33be29912b8b77503.tar.gz
px4-firmware-4c222bcab1917327a42bb8d33be29912b8b77503.tar.bz2
px4-firmware-4c222bcab1917327a42bb8d33be29912b8b77503.zip
Fix a bad interrupt state in the PIC32 IDLE loop when the work queue is enabled
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4805 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/sched')
-rw-r--r--nuttx/sched/os_bringup.c2
-rw-r--r--nuttx/sched/sched_free.c2
-rw-r--r--nuttx/sched/work_thread.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/sched/os_bringup.c b/nuttx/sched/os_bringup.c
index eb1875a69..646f49158 100644
--- a/nuttx/sched/os_bringup.c
+++ b/nuttx/sched/os_bringup.c
@@ -2,7 +2,7 @@
* sched/os_bringup.c
*
* Copyright (C) 2011 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+ * Author: Gregory Nutt <gnutt@nuttx.org>
*
* With extensions by:
*
diff --git a/nuttx/sched/sched_free.c b/nuttx/sched/sched_free.c
index 2bdf9670e..e7c8bf56b 100644
--- a/nuttx/sched/sched_free.c
+++ b/nuttx/sched/sched_free.c
@@ -2,7 +2,7 @@
* sched/sched_free.c
*
* Copyright (C) 2007, 2009 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+ * Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/nuttx/sched/work_thread.c b/nuttx/sched/work_thread.c
index a0e0d78e9..fe14ae5e5 100644
--- a/nuttx/sched/work_thread.c
+++ b/nuttx/sched/work_thread.c
@@ -2,7 +2,7 @@
* sched/work_thread.c
*
* Copyright (C) 2009-2011 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+ * Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions