summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-09-11 19:16:07 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-09-11 19:16:07 +0000
commitcda277fc4b25b01deda5326d7a4bd2593e0e0bb4 (patch)
treee0a0d574f525fe5dafbf825f63a064b1d969bba9
parentadded $ string to file header (diff)
downloadrtems-cda277fc4b25b01deda5326d7a4bd2593e0e0bb4.tar.bz2
added $Id$ to file headers
cpu.h: added prototype for _CPU_ISR_Get_level()
-rw-r--r--c/src/exec/score/cpu/mips/asm.h2
-rw-r--r--c/src/exec/score/cpu/mips/cpu.c2
-rw-r--r--c/src/exec/score/cpu/mips/cpu_asm.S2
-rw-r--r--c/src/exec/score/cpu/mips/cpu_asm.h2
-rw-r--r--c/src/exec/score/cpu/mips/idtcpu.h1
-rw-r--r--c/src/exec/score/cpu/mips/idtmon.h1
-rw-r--r--c/src/exec/score/cpu/mips/iregdef.h1
-rw-r--r--c/src/exec/score/cpu/mips/rtems.c2
-rw-r--r--c/src/exec/score/cpu/mips64orion/asm.h2
-rw-r--r--c/src/exec/score/cpu/mips64orion/cpu.c2
-rw-r--r--c/src/exec/score/cpu/mips64orion/cpu.h4
-rw-r--r--c/src/exec/score/cpu/mips64orion/cpu_asm.S2
-rw-r--r--c/src/exec/score/cpu/mips64orion/cpu_asm.h2
-rw-r--r--c/src/exec/score/cpu/mips64orion/idtcpu.h1
-rw-r--r--c/src/exec/score/cpu/mips64orion/idtmon.h1
-rw-r--r--c/src/exec/score/cpu/mips64orion/iregdef.h1
-rw-r--r--c/src/exec/score/cpu/mips64orion/mips64orion.h3
-rw-r--r--c/src/exec/score/cpu/mips64orion/mipstypes.h2
-rw-r--r--c/src/exec/score/cpu/mips64orion/rtems.c2
-rw-r--r--cpukit/score/cpu/mips/asm.h2
-rw-r--r--cpukit/score/cpu/mips/cpu.c2
-rw-r--r--cpukit/score/cpu/mips/cpu_asm.S2
-rw-r--r--cpukit/score/cpu/mips/idtcpu.h1
-rw-r--r--cpukit/score/cpu/mips/iregdef.h1
-rw-r--r--cpukit/score/cpu/mips/rtems/asm.h2
-rw-r--r--cpukit/score/cpu/mips/rtems/mips/idtcpu.h1
-rw-r--r--cpukit/score/cpu/mips/rtems/mips/iregdef.h1
-rw-r--r--cpukit/score/cpu/mips64orion/asm.h2
-rw-r--r--cpukit/score/cpu/mips64orion/cpu.c2
-rw-r--r--cpukit/score/cpu/mips64orion/cpu_asm.S2
-rw-r--r--cpukit/score/cpu/mips64orion/cpu_asm.h2
-rw-r--r--cpukit/score/cpu/mips64orion/idtcpu.h1
-rw-r--r--cpukit/score/cpu/mips64orion/idtmon.h1
-rw-r--r--cpukit/score/cpu/mips64orion/iregdef.h1
34 files changed, 36 insertions, 22 deletions
diff --git a/c/src/exec/score/cpu/mips/asm.h b/c/src/exec/score/cpu/mips/asm.h
index d5a5d69eaa..d45405b669 100644
--- a/c/src/exec/score/cpu/mips/asm.h
+++ b/c/src/exec/score/cpu/mips/asm.h
@@ -20,7 +20,7 @@
* COPYRIGHT (c) 1994.
* On-Line Applications Research Corporation (OAR).
*
- * asm.h,v 1.4 1995/09/26 19:25:36 joel Exp
+ * $Id$
*/
/* @(#)asm.h 03/15/96 1.1 */
diff --git a/c/src/exec/score/cpu/mips/cpu.c b/c/src/exec/score/cpu/mips/cpu.c
index ec8c73393e..5088c2ad84 100644
--- a/c/src/exec/score/cpu/mips/cpu.c
+++ b/c/src/exec/score/cpu/mips/cpu.c
@@ -26,7 +26,7 @@
* to the copyright license under the clause at DFARS 252.227-7013. This
* notice must appear in all copies of this file and its derivatives.
*
- * cpu.c,v 1.7 1995/09/26 19:25:37 joel Exp
+ * $Id$
*/
#ifndef lint
diff --git a/c/src/exec/score/cpu/mips/cpu_asm.S b/c/src/exec/score/cpu/mips/cpu_asm.S
index d9e38231bf..9f95229b8f 100644
--- a/c/src/exec/score/cpu/mips/cpu_asm.S
+++ b/c/src/exec/score/cpu/mips/cpu_asm.S
@@ -29,7 +29,7 @@
* to the copyright license under the clause at DFARS 252.227-7013. This
* notice must appear in all copies of this file and its derivatives.
*
- * cpu_asm.c,v 1.5 1995/09/26 19:25:39 joel Exp
+ * $Id$
*/
/* @(#)cpu_asm.S 08/20/96 1.15 */
diff --git a/c/src/exec/score/cpu/mips/cpu_asm.h b/c/src/exec/score/cpu/mips/cpu_asm.h
index 9696204962..8c104bfdb4 100644
--- a/c/src/exec/score/cpu/mips/cpu_asm.h
+++ b/c/src/exec/score/cpu/mips/cpu_asm.h
@@ -25,7 +25,7 @@
* to the copyright license under the clause at DFARS 252.227-7013. This
* notice must appear in all copies of this file and its derivatives.
*
- * cpu_asm.h,v 1.4 1995/09/26 19:25:39 joel Exp
+ * $Id$
*
*/
/* @(#)cpu_asm.h 08/20/96 1.2 */
diff --git a/c/src/exec/score/cpu/mips/idtcpu.h b/c/src/exec/score/cpu/mips/idtcpu.h
index 833c5ebe02..f921e85ef6 100644
--- a/c/src/exec/score/cpu/mips/idtcpu.h
+++ b/c/src/exec/score/cpu/mips/idtcpu.h
@@ -20,6 +20,7 @@ two paragraphs in the transferred software.
COPYRIGHT IDT CORPORATION 1996
LICENSED MATERIAL - PROGRAM PROPERTY OF IDT
+ $Id$
*/
/*
diff --git a/c/src/exec/score/cpu/mips/idtmon.h b/c/src/exec/score/cpu/mips/idtmon.h
index 1cddbcb2a3..b42211ed5c 100644
--- a/c/src/exec/score/cpu/mips/idtmon.h
+++ b/c/src/exec/score/cpu/mips/idtmon.h
@@ -20,6 +20,7 @@ two paragraphs in the transferred software.
COPYRIGHT IDT CORPORATION 1996
LICENSED MATERIAL - PROGRAM PROPERTY OF IDT
+ $Id$
*/
/*
diff --git a/c/src/exec/score/cpu/mips/iregdef.h b/c/src/exec/score/cpu/mips/iregdef.h
index e7a4ba5ed1..f0953da852 100644
--- a/c/src/exec/score/cpu/mips/iregdef.h
+++ b/c/src/exec/score/cpu/mips/iregdef.h
@@ -20,6 +20,7 @@ two paragraphs in the transferred software.
COPYRIGHT IDT CORPORATION 1996
LICENSED MATERIAL - PROGRAM PROPERTY OF IDT
+ $Id$
*/
/*
diff --git a/c/src/exec/score/cpu/mips/rtems.c b/c/src/exec/score/cpu/mips/rtems.c
index 3128ef3379..f7ef2c32ab 100644
--- a/c/src/exec/score/cpu/mips/rtems.c
+++ b/c/src/exec/score/cpu/mips/rtems.c
@@ -13,7 +13,7 @@
* to the copyright license under the clause at DFARS 252.227-7013. This
* notice must appear in all copies of this file and its derivatives.
*
- * rtems.c,v 1.4 1995/09/26 19:25:41 joel Exp
+ * $Id$
*/
#ifndef lint
diff --git a/c/src/exec/score/cpu/mips64orion/asm.h b/c/src/exec/score/cpu/mips64orion/asm.h
index d5a5d69eaa..d45405b669 100644
--- a/c/src/exec/score/cpu/mips64orion/asm.h
+++ b/c/src/exec/score/cpu/mips64orion/asm.h
@@ -20,7 +20,7 @@
* COPYRIGHT (c) 1994.
* On-Line Applications Research Corporation (OAR).
*
- * asm.h,v 1.4 1995/09/26 19:25:36 joel Exp
+ * $Id$
*/
/* @(#)asm.h 03/15/96 1.1 */
diff --git a/c/src/exec/score/cpu/mips64orion/cpu.c b/c/src/exec/score/cpu/mips64orion/cpu.c
index ec8c73393e..5088c2ad84 100644
--- a/c/src/exec/score/cpu/mips64orion/cpu.c
+++ b/c/src/exec/score/cpu/mips64orion/cpu.c
@@ -26,7 +26,7 @@
* to the copyright license under the clause at DFARS 252.227-7013. This
* notice must appear in all copies of this file and its derivatives.
*
- * cpu.c,v 1.7 1995/09/26 19:25:37 joel Exp
+ * $Id$
*/
#ifndef lint
diff --git a/c/src/exec/score/cpu/mips64orion/cpu.h b/c/src/exec/score/cpu/mips64orion/cpu.h
index e9830e5713..fff4821ff8 100644
--- a/c/src/exec/score/cpu/mips64orion/cpu.h
+++ b/c/src/exec/score/cpu/mips64orion/cpu.h
@@ -28,7 +28,7 @@
* to the copyright license under the clause at DFARS 252.227-7013. This
* notice must appear in all copies of this file and its derivatives.
*
- * cpu.h,v 1.7 1995/12/05 21:41:21 joel Exp
+ * $Id$
*/
/* @(#)cpu.h 08/29/96 1.7 */
@@ -590,6 +590,8 @@ SCORE_EXTERN void (*_CPU_Thread_dispatch_pointer)();
*/
extern void _CPU_ISR_Set_level( unsigned32 _new_level );
+unsigned32 _CPU_ISR_Get_level( void );
+
/* end of ISR handler macros */
/* Context handler macros */
diff --git a/c/src/exec/score/cpu/mips64orion/cpu_asm.S b/c/src/exec/score/cpu/mips64orion/cpu_asm.S
index d9e38231bf..9f95229b8f 100644
--- a/c/src/exec/score/cpu/mips64orion/cpu_asm.S
+++ b/c/src/exec/score/cpu/mips64orion/cpu_asm.S
@@ -29,7 +29,7 @@
* to the copyright license under the clause at DFARS 252.227-7013. This
* notice must appear in all copies of this file and its derivatives.
*
- * cpu_asm.c,v 1.5 1995/09/26 19:25:39 joel Exp
+ * $Id$
*/
/* @(#)cpu_asm.S 08/20/96 1.15 */
diff --git a/c/src/exec/score/cpu/mips64orion/cpu_asm.h b/c/src/exec/score/cpu/mips64orion/cpu_asm.h
index 9696204962..8c104bfdb4 100644
--- a/c/src/exec/score/cpu/mips64orion/cpu_asm.h
+++ b/c/src/exec/score/cpu/mips64orion/cpu_asm.h
@@ -25,7 +25,7 @@
* to the copyright license under the clause at DFARS 252.227-7013. This
* notice must appear in all copies of this file and its derivatives.
*
- * cpu_asm.h,v 1.4 1995/09/26 19:25:39 joel Exp
+ * $Id$
*
*/
/* @(#)cpu_asm.h 08/20/96 1.2 */
diff --git a/c/src/exec/score/cpu/mips64orion/idtcpu.h b/c/src/exec/score/cpu/mips64orion/idtcpu.h
index 833c5ebe02..f921e85ef6 100644
--- a/c/src/exec/score/cpu/mips64orion/idtcpu.h
+++ b/c/src/exec/score/cpu/mips64orion/idtcpu.h
@@ -20,6 +20,7 @@ two paragraphs in the transferred software.
COPYRIGHT IDT CORPORATION 1996
LICENSED MATERIAL - PROGRAM PROPERTY OF IDT
+ $Id$
*/
/*
diff --git a/c/src/exec/score/cpu/mips64orion/idtmon.h b/c/src/exec/score/cpu/mips64orion/idtmon.h
index 1cddbcb2a3..b42211ed5c 100644
--- a/c/src/exec/score/cpu/mips64orion/idtmon.h
+++ b/c/src/exec/score/cpu/mips64orion/idtmon.h
@@ -20,6 +20,7 @@ two paragraphs in the transferred software.
COPYRIGHT IDT CORPORATION 1996
LICENSED MATERIAL - PROGRAM PROPERTY OF IDT
+ $Id$
*/
/*
diff --git a/c/src/exec/score/cpu/mips64orion/iregdef.h b/c/src/exec/score/cpu/mips64orion/iregdef.h
index e7a4ba5ed1..f0953da852 100644
--- a/c/src/exec/score/cpu/mips64orion/iregdef.h
+++ b/c/src/exec/score/cpu/mips64orion/iregdef.h
@@ -20,6 +20,7 @@ two paragraphs in the transferred software.
COPYRIGHT IDT CORPORATION 1996
LICENSED MATERIAL - PROGRAM PROPERTY OF IDT
+ $Id$
*/
/*
diff --git a/c/src/exec/score/cpu/mips64orion/mips64orion.h b/c/src/exec/score/cpu/mips64orion/mips64orion.h
index 20c81af95a..c65b99d965 100644
--- a/c/src/exec/score/cpu/mips64orion/mips64orion.h
+++ b/c/src/exec/score/cpu/mips64orion/mips64orion.h
@@ -24,8 +24,7 @@
* to the copyright license under the clause at DFARS 252.227-7013. This
* notice must appear in all copies of this file and its derivatives.
*
- * mips64orion.h,v 1.3 1995/09/26 19:25:40 joel Exp
- *
+ * $Id$
*/
/* @(#)mips64orion.h 08/29/96 1.3 */
diff --git a/c/src/exec/score/cpu/mips64orion/mipstypes.h b/c/src/exec/score/cpu/mips64orion/mipstypes.h
index 2c6efb4867..757db389dc 100644
--- a/c/src/exec/score/cpu/mips64orion/mipstypes.h
+++ b/c/src/exec/score/cpu/mips64orion/mipstypes.h
@@ -26,7 +26,7 @@
* to the copyright license under the clause at DFARS 252.227-7013. This
* notice must appear in all copies of this file and its derivatives.
*
- * mipstypes.h,v 1.3 1995/05/31 14:57:15 joel Exp
+ * $Id$
*/
/* @(#)mipstypes.h 08/20/96 1.4 */
diff --git a/c/src/exec/score/cpu/mips64orion/rtems.c b/c/src/exec/score/cpu/mips64orion/rtems.c
index 3128ef3379..f7ef2c32ab 100644
--- a/c/src/exec/score/cpu/mips64orion/rtems.c
+++ b/c/src/exec/score/cpu/mips64orion/rtems.c
@@ -13,7 +13,7 @@
* to the copyright license under the clause at DFARS 252.227-7013. This
* notice must appear in all copies of this file and its derivatives.
*
- * rtems.c,v 1.4 1995/09/26 19:25:41 joel Exp
+ * $Id$
*/
#ifndef lint
diff --git a/cpukit/score/cpu/mips/asm.h b/cpukit/score/cpu/mips/asm.h
index d5a5d69eaa..d45405b669 100644
--- a/cpukit/score/cpu/mips/asm.h
+++ b/cpukit/score/cpu/mips/asm.h
@@ -20,7 +20,7 @@
* COPYRIGHT (c) 1994.
* On-Line Applications Research Corporation (OAR).
*
- * asm.h,v 1.4 1995/09/26 19:25:36 joel Exp
+ * $Id$
*/
/* @(#)asm.h 03/15/96 1.1 */
diff --git a/cpukit/score/cpu/mips/cpu.c b/cpukit/score/cpu/mips/cpu.c
index ec8c73393e..5088c2ad84 100644
--- a/cpukit/score/cpu/mips/cpu.c
+++ b/cpukit/score/cpu/mips/cpu.c
@@ -26,7 +26,7 @@
* to the copyright license under the clause at DFARS 252.227-7013. This
* notice must appear in all copies of this file and its derivatives.
*
- * cpu.c,v 1.7 1995/09/26 19:25:37 joel Exp
+ * $Id$
*/
#ifndef lint
diff --git a/cpukit/score/cpu/mips/cpu_asm.S b/cpukit/score/cpu/mips/cpu_asm.S
index d9e38231bf..9f95229b8f 100644
--- a/cpukit/score/cpu/mips/cpu_asm.S
+++ b/cpukit/score/cpu/mips/cpu_asm.S
@@ -29,7 +29,7 @@
* to the copyright license under the clause at DFARS 252.227-7013. This
* notice must appear in all copies of this file and its derivatives.
*
- * cpu_asm.c,v 1.5 1995/09/26 19:25:39 joel Exp
+ * $Id$
*/
/* @(#)cpu_asm.S 08/20/96 1.15 */
diff --git a/cpukit/score/cpu/mips/idtcpu.h b/cpukit/score/cpu/mips/idtcpu.h
index 833c5ebe02..f921e85ef6 100644
--- a/cpukit/score/cpu/mips/idtcpu.h
+++ b/cpukit/score/cpu/mips/idtcpu.h
@@ -20,6 +20,7 @@ two paragraphs in the transferred software.
COPYRIGHT IDT CORPORATION 1996
LICENSED MATERIAL - PROGRAM PROPERTY OF IDT
+ $Id$
*/
/*
diff --git a/cpukit/score/cpu/mips/iregdef.h b/cpukit/score/cpu/mips/iregdef.h
index e7a4ba5ed1..f0953da852 100644
--- a/cpukit/score/cpu/mips/iregdef.h
+++ b/cpukit/score/cpu/mips/iregdef.h
@@ -20,6 +20,7 @@ two paragraphs in the transferred software.
COPYRIGHT IDT CORPORATION 1996
LICENSED MATERIAL - PROGRAM PROPERTY OF IDT
+ $Id$
*/
/*
diff --git a/cpukit/score/cpu/mips/rtems/asm.h b/cpukit/score/cpu/mips/rtems/asm.h
index d5a5d69eaa..d45405b669 100644
--- a/cpukit/score/cpu/mips/rtems/asm.h
+++ b/cpukit/score/cpu/mips/rtems/asm.h
@@ -20,7 +20,7 @@
* COPYRIGHT (c) 1994.
* On-Line Applications Research Corporation (OAR).
*
- * asm.h,v 1.4 1995/09/26 19:25:36 joel Exp
+ * $Id$
*/
/* @(#)asm.h 03/15/96 1.1 */
diff --git a/cpukit/score/cpu/mips/rtems/mips/idtcpu.h b/cpukit/score/cpu/mips/rtems/mips/idtcpu.h
index 833c5ebe02..f921e85ef6 100644
--- a/cpukit/score/cpu/mips/rtems/mips/idtcpu.h
+++ b/cpukit/score/cpu/mips/rtems/mips/idtcpu.h
@@ -20,6 +20,7 @@ two paragraphs in the transferred software.
COPYRIGHT IDT CORPORATION 1996
LICENSED MATERIAL - PROGRAM PROPERTY OF IDT
+ $Id$
*/
/*
diff --git a/cpukit/score/cpu/mips/rtems/mips/iregdef.h b/cpukit/score/cpu/mips/rtems/mips/iregdef.h
index e7a4ba5ed1..f0953da852 100644
--- a/cpukit/score/cpu/mips/rtems/mips/iregdef.h
+++ b/cpukit/score/cpu/mips/rtems/mips/iregdef.h
@@ -20,6 +20,7 @@ two paragraphs in the transferred software.
COPYRIGHT IDT CORPORATION 1996
LICENSED MATERIAL - PROGRAM PROPERTY OF IDT
+ $Id$
*/
/*
diff --git a/cpukit/score/cpu/mips64orion/asm.h b/cpukit/score/cpu/mips64orion/asm.h
index d5a5d69eaa..d45405b669 100644
--- a/cpukit/score/cpu/mips64orion/asm.h
+++ b/cpukit/score/cpu/mips64orion/asm.h
@@ -20,7 +20,7 @@
* COPYRIGHT (c) 1994.
* On-Line Applications Research Corporation (OAR).
*
- * asm.h,v 1.4 1995/09/26 19:25:36 joel Exp
+ * $Id$
*/
/* @(#)asm.h 03/15/96 1.1 */
diff --git a/cpukit/score/cpu/mips64orion/cpu.c b/cpukit/score/cpu/mips64orion/cpu.c
index ec8c73393e..5088c2ad84 100644
--- a/cpukit/score/cpu/mips64orion/cpu.c
+++ b/cpukit/score/cpu/mips64orion/cpu.c
@@ -26,7 +26,7 @@
* to the copyright license under the clause at DFARS 252.227-7013. This
* notice must appear in all copies of this file and its derivatives.
*
- * cpu.c,v 1.7 1995/09/26 19:25:37 joel Exp
+ * $Id$
*/
#ifndef lint
diff --git a/cpukit/score/cpu/mips64orion/cpu_asm.S b/cpukit/score/cpu/mips64orion/cpu_asm.S
index d9e38231bf..9f95229b8f 100644
--- a/cpukit/score/cpu/mips64orion/cpu_asm.S
+++ b/cpukit/score/cpu/mips64orion/cpu_asm.S
@@ -29,7 +29,7 @@
* to the copyright license under the clause at DFARS 252.227-7013. This
* notice must appear in all copies of this file and its derivatives.
*
- * cpu_asm.c,v 1.5 1995/09/26 19:25:39 joel Exp
+ * $Id$
*/
/* @(#)cpu_asm.S 08/20/96 1.15 */
diff --git a/cpukit/score/cpu/mips64orion/cpu_asm.h b/cpukit/score/cpu/mips64orion/cpu_asm.h
index 9696204962..8c104bfdb4 100644
--- a/cpukit/score/cpu/mips64orion/cpu_asm.h
+++ b/cpukit/score/cpu/mips64orion/cpu_asm.h
@@ -25,7 +25,7 @@
* to the copyright license under the clause at DFARS 252.227-7013. This
* notice must appear in all copies of this file and its derivatives.
*
- * cpu_asm.h,v 1.4 1995/09/26 19:25:39 joel Exp
+ * $Id$
*
*/
/* @(#)cpu_asm.h 08/20/96 1.2 */
diff --git a/cpukit/score/cpu/mips64orion/idtcpu.h b/cpukit/score/cpu/mips64orion/idtcpu.h
index 833c5ebe02..f921e85ef6 100644
--- a/cpukit/score/cpu/mips64orion/idtcpu.h
+++ b/cpukit/score/cpu/mips64orion/idtcpu.h
@@ -20,6 +20,7 @@ two paragraphs in the transferred software.
COPYRIGHT IDT CORPORATION 1996
LICENSED MATERIAL - PROGRAM PROPERTY OF IDT
+ $Id$
*/
/*
diff --git a/cpukit/score/cpu/mips64orion/idtmon.h b/cpukit/score/cpu/mips64orion/idtmon.h
index 1cddbcb2a3..b42211ed5c 100644
--- a/cpukit/score/cpu/mips64orion/idtmon.h
+++ b/cpukit/score/cpu/mips64orion/idtmon.h
@@ -20,6 +20,7 @@ two paragraphs in the transferred software.
COPYRIGHT IDT CORPORATION 1996
LICENSED MATERIAL - PROGRAM PROPERTY OF IDT
+ $Id$
*/
/*
diff --git a/cpukit/score/cpu/mips64orion/iregdef.h b/cpukit/score/cpu/mips64orion/iregdef.h
index e7a4ba5ed1..f0953da852 100644
--- a/cpukit/score/cpu/mips64orion/iregdef.h
+++ b/cpukit/score/cpu/mips64orion/iregdef.h
@@ -20,6 +20,7 @@ two paragraphs in the transferred software.
COPYRIGHT IDT CORPORATION 1996
LICENSED MATERIAL - PROGRAM PROPERTY OF IDT
+ $Id$
*/
/*