summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-11-04 22:19:49 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-11-04 22:19:49 +0000
commit9584c06f3e48fdfa2d1a31061837af94222457cd (patch)
tree5e9b241919614c1ac8b4b983c3263ccc9c35c274 /cpukit/score/cpu
parent2002-11-04 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-9584c06f3e48fdfa2d1a31061837af94222457cd.tar.bz2
2002-11-04 Joel Sherrill <joel@OARcorp.com>
* idtcpu.h: Removed warning.
Diffstat (limited to 'cpukit/score/cpu')
-rw-r--r--cpukit/score/cpu/mips/ChangeLog4
-rw-r--r--cpukit/score/cpu/mips/idtcpu.h2
-rw-r--r--cpukit/score/cpu/mips/rtems/mips/idtcpu.h2
3 files changed, 6 insertions, 2 deletions
diff --git a/cpukit/score/cpu/mips/ChangeLog b/cpukit/score/cpu/mips/ChangeLog
index 2523441aed..5597b75403 100644
--- a/cpukit/score/cpu/mips/ChangeLog
+++ b/cpukit/score/cpu/mips/ChangeLog
@@ -1,3 +1,7 @@
+2002-11-04 Joel Sherrill <joel@OARcorp.com>
+
+ * idtcpu.h: Removed warning.
+
2002-11-01 Joel Sherrill <joel@OARcorp.com>
* idtcpu.h: Removed warnings.
diff --git a/cpukit/score/cpu/mips/idtcpu.h b/cpukit/score/cpu/mips/idtcpu.h
index e656f4211e..435fad35a2 100644
--- a/cpukit/score/cpu/mips/idtcpu.h
+++ b/cpukit/score/cpu/mips/idtcpu.h
@@ -175,7 +175,7 @@ LICENSED MATERIAL - PROGRAM PROPERTY OF IDT
#ifndef WAIT
#define WAIT .word 0x42000020
-#endif WAIT
+#endif /* WAIT */
/* Disabled by joel -- horrible overload of common word.
#ifndef wait
diff --git a/cpukit/score/cpu/mips/rtems/mips/idtcpu.h b/cpukit/score/cpu/mips/rtems/mips/idtcpu.h
index e656f4211e..435fad35a2 100644
--- a/cpukit/score/cpu/mips/rtems/mips/idtcpu.h
+++ b/cpukit/score/cpu/mips/rtems/mips/idtcpu.h
@@ -175,7 +175,7 @@ LICENSED MATERIAL - PROGRAM PROPERTY OF IDT
#ifndef WAIT
#define WAIT .word 0x42000020
-#endif WAIT
+#endif /* WAIT */
/* Disabled by joel -- horrible overload of common word.
#ifndef wait