summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/thread_notify.h
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2010-01-04 16:45:56 +0900
committerPaul Mundt <lethal@linux-sh.org>2010-01-04 16:45:56 +0900
commit921a220857cdd3c553cde7c114f9f6757ac80cd5 (patch)
tree526610397dfb83d72c43c94300deea23d26e782a /arch/arm/include/asm/thread_notify.h
parent17eb9d62828c3688f41f31ac00d7fee6da9675bf (diff)
parent2f48912d1443a796f10c42c89cb386f0e3eca04d (diff)
Merge branch 'sh/stable-updates'
Diffstat (limited to 'arch/arm/include/asm/thread_notify.h')
-rw-r--r--arch/arm/include/asm/thread_notify.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/include/asm/thread_notify.h b/arch/arm/include/asm/thread_notify.h
index f27379d7f72a..c4391ba20350 100644
--- a/arch/arm/include/asm/thread_notify.h
+++ b/arch/arm/include/asm/thread_notify.h
@@ -41,7 +41,7 @@ static inline void thread_notify(unsigned long rc, struct thread_info *thread)
* These are the reason codes for the thread notifier.
*/
#define THREAD_NOTIFY_FLUSH 0
-#define THREAD_NOTIFY_RELEASE 1
+#define THREAD_NOTIFY_EXIT 1
#define THREAD_NOTIFY_SWITCH 2
#endif