summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-09-25 18:08:55 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-09-25 18:08:55 +0000
commit8e2cd0ce59116e00f0a91a9698c39deaff554ed1 (patch)
tree11bd9e847ea35b5803c907856d62befcf2710336 /cpukit/ChangeLog
parent2009-09-25 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-8e2cd0ce59116e00f0a91a9698c39deaff554ed1.tar.bz2
2009-09-25 Joel Sherrill <joel.sherrill@OARcorp.com>
* score/inline/rtems/score/thread.inl: Restore the BSP context -- do not save the current. This routine is also marked as not returning which saves the exit path code.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index b18758ca69..0d59d9ba64 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,9 @@
+2009-09-25 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * score/inline/rtems/score/thread.inl: Restore the BSP context -- do
+ not save the current. This routine is also marked as not returning
+ which saves the exit path code.
+
2009-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>
* include/rtems/pci.h: Change extern inline to static inline.