summaryrefslogtreecommitdiffstats
path: root/schedsim
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-05-15 16:18:13 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-05-15 16:18:13 -0500
commit28912ca573e0c5819f389fdaacf3d4ee584db1f0 (patch)
tree0718614c6425d185a56852682a4eb5d8c6689e06 /schedsim
parentAdd micromonitor. (diff)
downloadrtems-examples-28912ca573e0c5819f389fdaacf3d4ee584db1f0.tar.bz2
examples-v2 - Remove CVS Ids (scripted)
Diffstat (limited to 'schedsim')
-rw-r--r--schedsim/schedsim_priority/Makefile4
-rw-r--r--schedsim/schedsim_priority/README4
-rw-r--r--schedsim/schedsim_priority/config.c4
-rw-r--r--schedsim/schedsim_priority/printheir_executing.c2
-rw-r--r--schedsim/schedsim_priority/schedsim.cc2
-rw-r--r--schedsim/schedsim_priority/wrap_thread_dispatch.c2
6 files changed, 0 insertions, 18 deletions
diff --git a/schedsim/schedsim_priority/Makefile b/schedsim/schedsim_priority/Makefile
index 2ae830e..c4ad490 100644
--- a/schedsim/schedsim_priority/Makefile
+++ b/schedsim/schedsim_priority/Makefile
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
# Change this path to match your installation
PREFIX=/tmp/schedsim
OBJS = config.o printheir_executing.o schedsim.o wrap_thread_dispatch.o
diff --git a/schedsim/schedsim_priority/README b/schedsim/schedsim_priority/README
index e0952ff..04f7e55 100644
--- a/schedsim/schedsim_priority/README
+++ b/schedsim/schedsim_priority/README
@@ -1,6 +1,2 @@
-#
-# $Id$
-#
-
This is an example of how to build a custom RTEMS Scheduler Simulator
instance for evaluation of new scheduling algorithms.
diff --git a/schedsim/schedsim_priority/config.c b/schedsim/schedsim_priority/config.c
index d66d6aa..4023f74 100644
--- a/schedsim/schedsim_priority/config.c
+++ b/schedsim/schedsim_priority/config.c
@@ -1,7 +1,3 @@
-/*
- * $Id$
- */
-
#include <rtems.h>
#define CONFIGURE_INIT
diff --git a/schedsim/schedsim_priority/printheir_executing.c b/schedsim/schedsim_priority/printheir_executing.c
index b0855d3..f3f183c 100644
--- a/schedsim/schedsim_priority/printheir_executing.c
+++ b/schedsim/schedsim_priority/printheir_executing.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <stdio.h>
diff --git a/schedsim/schedsim_priority/schedsim.cc b/schedsim/schedsim_priority/schedsim.cc
index b70dd71..a11adbd 100644
--- a/schedsim/schedsim_priority/schedsim.cc
+++ b/schedsim/schedsim_priority/schedsim.cc
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <newlib/getopt.h>
diff --git a/schedsim/schedsim_priority/wrap_thread_dispatch.c b/schedsim/schedsim_priority/wrap_thread_dispatch.c
index 3432188..9c2e818 100644
--- a/schedsim/schedsim_priority/wrap_thread_dispatch.c
+++ b/schedsim/schedsim_priority/wrap_thread_dispatch.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include "shell.h"