summaryrefslogtreecommitdiffstats
path: root/bsps
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2020-09-10 12:29:11 -0500
committerJoel Sherrill <joel@rtems.org>2020-09-11 08:54:16 -0500
commit5959b1e34c6ebd47cc75f4589091a39cdf7a6a57 (patch)
treed179667bf3e36b80d9cfd12691f7ac0b87862756 /bsps
parentscore: Fix _Thread_Initialize() (diff)
downloadrtems-5959b1e34c6ebd47cc75f4589091a39cdf7a6a57.tar.bz2
Remove tmoverhd which existed to produce the obsolete coverhd.h
Closes #4040.
Diffstat (limited to 'bsps')
-rw-r--r--bsps/m68k/mvme147/README5
-rw-r--r--bsps/m68k/mvme147s/README5
2 files changed, 2 insertions, 8 deletions
diff --git a/bsps/m68k/mvme147/README b/bsps/m68k/mvme147/README
index 91f78e2be3..3bc7afd89d 100644
--- a/bsps/m68k/mvme147/README
+++ b/bsps/m68k/mvme147/README
@@ -66,10 +66,7 @@ Other notes:
does not seem applicable on the VMEchip of the mvme147, so
I don't know where to start. Suggestions are welcome.
- * All the timing tests and sp tests have been run except tmoverhd.
- The test hangs during the pause (where the task should be suspended
- until a return). Maybe the rtems_initialize_executive is no more
- reentrant with this bsp.
+ * All the timing tests and sp tests have been run.
Future work:
diff --git a/bsps/m68k/mvme147s/README b/bsps/m68k/mvme147s/README
index c191872f42..77022980f0 100644
--- a/bsps/m68k/mvme147s/README
+++ b/bsps/m68k/mvme147s/README
@@ -81,8 +81,5 @@ To be done:
Other notes:
- * All the timing tests and sp tests have been run except tmoverhd.
- The test hangs during the pause (where the task should be suspended
- until a return). Maybe the rtems_initialize_executive is no more
- reentrant with this bsp.
+ * All the timing tests and sp tests have been run