summaryrefslogtreecommitdiffstats
path: root/rtems-coverage/Explanations.txt
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-02 15:44:48 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-02 15:44:48 +0000
commita7ee02b877bedd112e4922b02a3827ba207f452f (patch)
tree34eb58e4cd70bd2860e002e118366ed1c35c9db7 /rtems-coverage/Explanations.txt
parent2009-07-02 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-testing-a7ee02b877bedd112e4922b02a3827ba207f452f.tar.bz2
2009-07-02 Joel Sherrill <joel.sherrill@OARcorp.com>
* Explanations.txt: Correct explanation of threadinitialize.c:91. It is really implementing POSIX feature to provide stack space NOT custom stack allocator.
Diffstat (limited to 'rtems-coverage/Explanations.txt')
-rw-r--r--rtems-coverage/Explanations.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/rtems-coverage/Explanations.txt b/rtems-coverage/Explanations.txt
index 5bddb7d..c6cc4da 100644
--- a/rtems-coverage/Explanations.txt
+++ b/rtems-coverage/Explanations.txt
@@ -478,11 +478,11 @@ to any thread/task routine.
+++
threadinitialize.c:91
-Simple Test Case and Code Should be Optional for Tiny/RTEMS
-This is for the case where the BSP/application is configured to provide
-their own stack allocation routines. But this code is rarely used so
-(1) there needs to be a test and (2) the code supporting this capability
-needs to be inside a conditional which can be disabled for Tiny/RTEMS.
+Simple Test Case
+This is for the case where the application uses the POSIX
+thread stack address attribute.
+
+NOTE: Code Should be Configured on POSIX
+++
threadinitialize.c:148