summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/i386
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-09-25 12:07:54 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-09-25 12:07:54 +0000
commit1154ced9498e94a325b071b8ccd47d10c35d48d9 (patch)
tree11ed068aa2f9197e278169b836b72d270fe35622 /cpukit/score/cpu/i386
parent2009-09-24 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-1154ced9498e94a325b071b8ccd47d10c35d48d9.tar.bz2
2009-09-25 Joel Sherrill <joel.sherrill@OARcorp.com>
* rtems/score/cpu.h: Add no return atrribute to _CPU_Context_restore() since it is used for restarting self.
Diffstat (limited to 'cpukit/score/cpu/i386')
-rw-r--r--cpukit/score/cpu/i386/ChangeLog5
-rw-r--r--cpukit/score/cpu/i386/rtems/score/cpu.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/cpukit/score/cpu/i386/ChangeLog b/cpukit/score/cpu/i386/ChangeLog
index 7fd23c628b..e5af32d7b7 100644
--- a/cpukit/score/cpu/i386/ChangeLog
+++ b/cpukit/score/cpu/i386/ChangeLog
@@ -1,3 +1,8 @@
+2009-09-25 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * rtems/score/cpu.h: Add no return atrribute to _CPU_Context_restore()
+ since it is used for restarting self.
+
2009-02-12 Joel Sherrill <joel.sherrill@oarcorp.com>
* cpu.c, rtems/score/cpu.h: Change prototype of IDLE thread to
diff --git a/cpukit/score/cpu/i386/rtems/score/cpu.h b/cpukit/score/cpu/i386/rtems/score/cpu.h
index 5de537b889..e4ef9efbc3 100644
--- a/cpukit/score/cpu/i386/rtems/score/cpu.h
+++ b/cpukit/score/cpu/i386/rtems/score/cpu.h
@@ -445,7 +445,7 @@ void _CPU_Context_switch(
void _CPU_Context_restore(
Context_Control *new_context
-);
+) RTEMS_COMPILER_NO_RETURN_ATTRIBUTE;
/*
* _CPU_Context_save_fp