summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/mips/cpu.c
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 /cpukit/score/cpu/mips/cpu.c
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--cpukit/score/cpu/mips/cpu.c9
1 files changed, 6 insertions, 3 deletions
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>