summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/mips/cpu.c
diff options
context:
space:
mode:
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>