summaryrefslogtreecommitdiffstats
path: root/schedsim/shell/schedsim_smpsimple
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2013-04-30 19:41:56 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2013-04-30 19:41:56 -0500
commita2aad55636d07d4229b09c7abbfb1cb951044776 (patch)
treece22d68d1870bf29759eefd91c287cf721d2be0c /schedsim/shell/schedsim_smpsimple
parentaclocal/*.m4: Update from RTEMS (diff)
downloadrtems-schedsim-a2aad55636d07d4229b09c7abbfb1cb951044776.tar.bz2
Remove CVS $
Diffstat (limited to 'schedsim/shell/schedsim_smpsimple')
-rw-r--r--schedsim/shell/schedsim_smpsimple/Makefile.am4
-rw-r--r--schedsim/shell/schedsim_smpsimple/README4
-rw-r--r--schedsim/shell/schedsim_smpsimple/TODO4
-rw-r--r--schedsim/shell/schedsim_smpsimple/add_commands.c4
-rw-r--r--schedsim/shell/schedsim_smpsimple/config.c2
-rw-r--r--schedsim/shell/schedsim_smpsimple/main_current_cpu.c4
-rw-r--r--schedsim/shell/schedsim_smpsimple/main_dispatch.c4
-rw-r--r--schedsim/shell/schedsim_smpsimple/main_dump_all_cpus.c4
-rw-r--r--schedsim/shell/schedsim_smpsimple/main_dump_ready_tasks.c4
-rw-r--r--schedsim/shell/schedsim_smpsimple/printheir_executing.c4
-rw-r--r--schedsim/shell/schedsim_smpsimple/schedsim.cc4
-rw-r--r--schedsim/shell/schedsim_smpsimple/smp_stub.c4
-rw-r--r--schedsim/shell/schedsim_smpsimple/wrap_thread_dispatch.c4
13 files changed, 10 insertions, 40 deletions
diff --git a/schedsim/shell/schedsim_smpsimple/Makefile.am b/schedsim/shell/schedsim_smpsimple/Makefile.am
index 7014638..288a659 100644
--- a/schedsim/shell/schedsim_smpsimple/Makefile.am
+++ b/schedsim/shell/schedsim_smpsimple/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
bin_PROGRAMS = schedsim_smpsimple
schedsim_smpsimple_SOURCES = add_commands.c config.c \
main_current_cpu.c main_dispatch.c main_dump_all_cpus.c \
diff --git a/schedsim/shell/schedsim_smpsimple/README b/schedsim/shell/schedsim_smpsimple/README
index 9090c3f..3b45689 100644
--- a/schedsim/shell/schedsim_smpsimple/README
+++ b/schedsim/shell/schedsim_smpsimple/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
This is a scheduler simulator instance for developing the
Simple SMP Scheduler. Once this scheduler is completed,
it will be integrated into the proper locations of the
diff --git a/schedsim/shell/schedsim_smpsimple/TODO b/schedsim/shell/schedsim_smpsimple/TODO
index 63800e5..649c5a0 100644
--- a/schedsim/shell/schedsim_smpsimple/TODO
+++ b/schedsim/shell/schedsim_smpsimple/TODO
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
Working As of 19 April 2011
===========================
cpus1_mode
diff --git a/schedsim/shell/schedsim_smpsimple/add_commands.c b/schedsim/shell/schedsim_smpsimple/add_commands.c
index d41b314..e95f395 100644
--- a/schedsim/shell/schedsim_smpsimple/add_commands.c
+++ b/schedsim/shell/schedsim_smpsimple/add_commands.c
@@ -1,12 +1,10 @@
/*
- * COPYRIGHT (c) 1989-2011.
+ * COPYRIGHT (c) 1989-2013.
* On-Line Applications Research Corporation (OAR).
*
* 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/shell/schedsim_smpsimple/config.c b/schedsim/shell/schedsim_smpsimple/config.c
index 8dfcd53..4102054 100644
--- a/schedsim/shell/schedsim_smpsimple/config.c
+++ b/schedsim/shell/schedsim_smpsimple/config.c
@@ -1,5 +1,5 @@
/*
- * $Id$
+ *
*/
#include <rtems.h>
diff --git a/schedsim/shell/schedsim_smpsimple/main_current_cpu.c b/schedsim/shell/schedsim_smpsimple/main_current_cpu.c
index cb8ceb4..73edd3e 100644
--- a/schedsim/shell/schedsim_smpsimple/main_current_cpu.c
+++ b/schedsim/shell/schedsim_smpsimple/main_current_cpu.c
@@ -1,12 +1,10 @@
/*
- * COPYRIGHT (c) 1989-2011.
+ * COPYRIGHT (c) 1989-2013.
* On-Line Applications Research Corporation (OAR).
*
* 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/shell/schedsim_smpsimple/main_dispatch.c b/schedsim/shell/schedsim_smpsimple/main_dispatch.c
index 22cea2b..5f13da6 100644
--- a/schedsim/shell/schedsim_smpsimple/main_dispatch.c
+++ b/schedsim/shell/schedsim_smpsimple/main_dispatch.c
@@ -1,12 +1,10 @@
/*
- * COPYRIGHT (c) 1989-2011.
+ * COPYRIGHT (c) 1989-2013.
* On-Line Applications Research Corporation (OAR).
*
* 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/shell/schedsim_smpsimple/main_dump_all_cpus.c b/schedsim/shell/schedsim_smpsimple/main_dump_all_cpus.c
index 06812d2..7e19065 100644
--- a/schedsim/shell/schedsim_smpsimple/main_dump_all_cpus.c
+++ b/schedsim/shell/schedsim_smpsimple/main_dump_all_cpus.c
@@ -1,12 +1,10 @@
/*
- * COPYRIGHT (c) 1989-2011.
+ * COPYRIGHT (c) 1989-2013.
* On-Line Applications Research Corporation (OAR).
*
* 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/shell/schedsim_smpsimple/main_dump_ready_tasks.c b/schedsim/shell/schedsim_smpsimple/main_dump_ready_tasks.c
index 8b4a110..2ee875b 100644
--- a/schedsim/shell/schedsim_smpsimple/main_dump_ready_tasks.c
+++ b/schedsim/shell/schedsim_smpsimple/main_dump_ready_tasks.c
@@ -1,12 +1,10 @@
/*
- * COPYRIGHT (c) 1989-2011.
+ * COPYRIGHT (c) 1989-2013.
* On-Line Applications Research Corporation (OAR).
*
* 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/shell/schedsim_smpsimple/printheir_executing.c b/schedsim/shell/schedsim_smpsimple/printheir_executing.c
index b0855d3..6604adb 100644
--- a/schedsim/shell/schedsim_smpsimple/printheir_executing.c
+++ b/schedsim/shell/schedsim_smpsimple/printheir_executing.c
@@ -1,14 +1,12 @@
/*
* printheir_executing
*
- * COPYRIGHT (c) 1989-2010.
+ * COPYRIGHT (c) 1989-2013.
* On-Line Applications Research Corporation (OAR).
*
* 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/shell/schedsim_smpsimple/schedsim.cc b/schedsim/shell/schedsim_smpsimple/schedsim.cc
index 733d718..f0960a8 100644
--- a/schedsim/shell/schedsim_smpsimple/schedsim.cc
+++ b/schedsim/shell/schedsim_smpsimple/schedsim.cc
@@ -1,12 +1,10 @@
/*
- * COPYRIGHT (c) 1989-2010.
+ * COPYRIGHT (c) 1989-2013.
* On-Line Applications Research Corporation (OAR).
*
* 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/shell/schedsim_smpsimple/smp_stub.c b/schedsim/shell/schedsim_smpsimple/smp_stub.c
index 65d0165..581f4ac 100644
--- a/schedsim/shell/schedsim_smpsimple/smp_stub.c
+++ b/schedsim/shell/schedsim_smpsimple/smp_stub.c
@@ -1,14 +1,12 @@
/*
* RTEMS SMP Support for Single Core
*
- * COPYRIGHT (c) 1989-2011.
+ * COPYRIGHT (c) 1989-2013.
* On-Line Applications Research Corporation (OAR).
*
* 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 <rtems.h>
diff --git a/schedsim/shell/schedsim_smpsimple/wrap_thread_dispatch.c b/schedsim/shell/schedsim_smpsimple/wrap_thread_dispatch.c
index 3432188..f9f29ee 100644
--- a/schedsim/shell/schedsim_smpsimple/wrap_thread_dispatch.c
+++ b/schedsim/shell/schedsim_smpsimple/wrap_thread_dispatch.c
@@ -1,14 +1,12 @@
/*
* Thread Dispatch Wrapper Implmentation
*
- * COPYRIGHT (c) 1989-2010.
+ * COPYRIGHT (c) 1989-2013.
* On-Line Applications Research Corporation (OAR).
*
* 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"