summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-04-07 21:19:59 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-04-07 21:19:59 +0000
commit32ef3dc4f61c519b579fcecd4776ada1c5997678 (patch)
treeb9f194109d7e7307fd6c25f9bf52920c7544d171
parentadded plea for someone to implement software stack switching for m68000-ish (diff)
downloadrtems-32ef3dc4f61c519b579fcecd4776ada1c5997678.tar.bz2
commented out sccs_id to eliminate warning.
Diffstat (limited to '')
-rw-r--r--c/src/exec/score/cpu/mips/cpu.c9
-rw-r--r--c/src/exec/score/cpu/mips/rtems.c10
-rw-r--r--c/src/exec/score/cpu/mips64orion/cpu.c9
-rw-r--r--c/src/exec/score/cpu/mips64orion/rtems.c10
-rw-r--r--cpukit/score/cpu/mips/cpu.c9
-rw-r--r--cpukit/score/cpu/mips64orion/cpu.c9
6 files changed, 38 insertions, 18 deletions
diff --git a/c/src/exec/score/cpu/mips/cpu.c b/c/src/exec/score/cpu/mips/cpu.c
index 5088c2ad84..4cb8784106 100644
--- a/c/src/exec/score/cpu/mips/cpu.c
+++ b/c/src/exec/score/cpu/mips/cpu.c
@@ -29,9 +29,12 @@
* $Id$
*/
-#ifndef lint
-static char _sccsid[] = "@(#)cpu.c 08/20/96 1.5\n";
-#endif
+/*
+ * Rather than deleting this, it is commented out to (hopefully) help
+ * the submitter send updates.
+ *
+ * static char _sccsid[] = "@(#)cpu.c 08/20/96 1.5\n";
+ */
#include <rtems/system.h>
#include <rtems/score/isr.h>
diff --git a/c/src/exec/score/cpu/mips/rtems.c b/c/src/exec/score/cpu/mips/rtems.c
index f7ef2c32ab..ed3c2d21a9 100644
--- a/c/src/exec/score/cpu/mips/rtems.c
+++ b/c/src/exec/score/cpu/mips/rtems.c
@@ -16,9 +16,13 @@
* $Id$
*/
-#ifndef lint
-static char _sccsid[] = "@(#)rtems.c 03/15/96 1.1\n";
-#endif
+/*
+ * Rather than deleting this, it is commented out to (hopefully) help
+ * the submitter send updates.
+ *
+ * static char _sccsid[] = "@(#)rtems.c 03/15/96 1.1\n";
+ */
+
/*
* This is supposed to be an assembly file. This means that system.h
diff --git a/c/src/exec/score/cpu/mips64orion/cpu.c b/c/src/exec/score/cpu/mips64orion/cpu.c
index 5088c2ad84..4cb8784106 100644
--- a/c/src/exec/score/cpu/mips64orion/cpu.c
+++ b/c/src/exec/score/cpu/mips64orion/cpu.c
@@ -29,9 +29,12 @@
* $Id$
*/
-#ifndef lint
-static char _sccsid[] = "@(#)cpu.c 08/20/96 1.5\n";
-#endif
+/*
+ * Rather than deleting this, it is commented out to (hopefully) help
+ * the submitter send updates.
+ *
+ * static char _sccsid[] = "@(#)cpu.c 08/20/96 1.5\n";
+ */
#include <rtems/system.h>
#include <rtems/score/isr.h>
diff --git a/c/src/exec/score/cpu/mips64orion/rtems.c b/c/src/exec/score/cpu/mips64orion/rtems.c
index f7ef2c32ab..ed3c2d21a9 100644
--- a/c/src/exec/score/cpu/mips64orion/rtems.c
+++ b/c/src/exec/score/cpu/mips64orion/rtems.c
@@ -16,9 +16,13 @@
* $Id$
*/
-#ifndef lint
-static char _sccsid[] = "@(#)rtems.c 03/15/96 1.1\n";
-#endif
+/*
+ * Rather than deleting this, it is commented out to (hopefully) help
+ * the submitter send updates.
+ *
+ * static char _sccsid[] = "@(#)rtems.c 03/15/96 1.1\n";
+ */
+
/*
* This is supposed to be an assembly file. This means that system.h
diff --git a/cpukit/score/cpu/mips/cpu.c b/cpukit/score/cpu/mips/cpu.c
index 5088c2ad84..4cb8784106 100644
--- a/cpukit/score/cpu/mips/cpu.c
+++ b/cpukit/score/cpu/mips/cpu.c
@@ -29,9 +29,12 @@
* $Id$
*/
-#ifndef lint
-static char _sccsid[] = "@(#)cpu.c 08/20/96 1.5\n";
-#endif
+/*
+ * Rather than deleting this, it is commented out to (hopefully) help
+ * the submitter send updates.
+ *
+ * static char _sccsid[] = "@(#)cpu.c 08/20/96 1.5\n";
+ */
#include <rtems/system.h>
#include <rtems/score/isr.h>
diff --git a/cpukit/score/cpu/mips64orion/cpu.c b/cpukit/score/cpu/mips64orion/cpu.c
index 5088c2ad84..4cb8784106 100644
--- a/cpukit/score/cpu/mips64orion/cpu.c
+++ b/cpukit/score/cpu/mips64orion/cpu.c
@@ -29,9 +29,12 @@
* $Id$
*/
-#ifndef lint
-static char _sccsid[] = "@(#)cpu.c 08/20/96 1.5\n";
-#endif
+/*
+ * Rather than deleting this, it is commented out to (hopefully) help
+ * the submitter send updates.
+ *
+ * static char _sccsid[] = "@(#)cpu.c 08/20/96 1.5\n";
+ */
#include <rtems/system.h>
#include <rtems/score/isr.h>