summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-05-15 19:38:28 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-05-15 19:38:28 +0000
commitc71b3ce4c33d1cdc0c03b4cb0dc977830536a905 (patch)
treef80bbe7939ffe195770b1b9996ca3b6ea7745cfc /include
parent6cf9b4f61029a3495200d1e1b0b64ab58022ca14 (diff)
Fix copyright message. Linus flamed me on these messages so please
make sure for the future that the (C) notice is ok. ``unpublished proprietary information of Silicon Graphics'' isn't good ...
Diffstat (limited to 'include')
-rw-r--r--include/asm-mips64/sn/intr.h25
-rw-r--r--include/asm-mips64/sn/intr_public.h26
-rw-r--r--include/asm-mips64/sn/nmi.h28
3 files changed, 31 insertions, 48 deletions
diff --git a/include/asm-mips64/sn/intr.h b/include/asm-mips64/sn/intr.h
index 33a8f2202..79f4020c0 100644
--- a/include/asm-mips64/sn/intr.h
+++ b/include/asm-mips64/sn/intr.h
@@ -1,17 +1,12 @@
-/**************************************************************************
- * *
- * Copyright (C) 1992-1997, Silicon Graphics, Inc. *
- * *
- * These coded instructions, statements, and computer programs contain *
- * unpublished proprietary information of Silicon Graphics, Inc., and *
- * are protected by Federal copyright law. They may not be disclosed *
- * to third parties or copied or duplicated in any form, in whole or *
- * in part, without the prior written consent of Silicon Graphics, Inc. *
- * *
- **************************************************************************/
-
-#ifndef __SYS_SN_INTR_H__
-#define __SYS_SN_INTR_H__
+/*
+ * This file is subject to the terms and conditions of the GNU General Public
+ * License. See the file "COPYING" in the main directory of this archive
+ * for more details.
+ *
+ * Copyright (C) 1992 - 1997 Silicon Graphics, Inc.
+ */
+#ifndef __ASM_SN_INTR_H
+#define __ASM_SN_INTR_H
/* Number of interrupt levels associated with each interrupt register. */
#define N_INTPEND_BITS 64
@@ -124,4 +119,4 @@
#define NI_BRDCAST_ERR_B 40
#define NI_BRDCAST_ERR_A 39
-#endif /* __SYS_SN_INTR_H__ */
+#endif /* __ASM_SN_INTR_H */
diff --git a/include/asm-mips64/sn/intr_public.h b/include/asm-mips64/sn/intr_public.h
index 63d3e6ebc..a22b0a4bf 100644
--- a/include/asm-mips64/sn/intr_public.h
+++ b/include/asm-mips64/sn/intr_public.h
@@ -1,17 +1,12 @@
-/**************************************************************************
- * *
- * Copyright (C) 1992-1997, Silicon Graphics, Inc. *
- * *
- * These coded instructions, statements, and computer programs contain *
- * unpublished proprietary information of Silicon Graphics, Inc., and *
- * are protected by Federal copyright law. They may not be disclosed *
- * to third parties or copied or duplicated in any form, in whole or *
- * in part, without the prior written consent of Silicon Graphics, Inc. *
- * *
- **************************************************************************/
-
-#ifndef __SYS_SN_INTR_PUBLIC_H__
-#define __SYS_SN_INTR_PUBLIC_H__
+/*
+ * This file is subject to the terms and conditions of the GNU General Public
+ * License. See the file "COPYING" in the main directory of this archive
+ * for more details.
+ *
+ * Copyright (C) 1992 - 1997 Silicon Graphics, Inc.
+ */
+#ifndef __ASM_SN_INTR_PUBLIC_H
+#define __ASM_SN_INTR_PUBLIC_H
/* REMEMBER: If you change these, the whole world needs to be recompiled.
@@ -55,5 +50,4 @@ typedef struct hub_intmasks_s {
} hub_intmasks_t;
#endif /* _LANGUAGE_C */
-#endif /* __SYS_SN_INTR_PUBLIC_H__ */
-
+#endif /* __ASM_SN_INTR_PUBLIC_H */
diff --git a/include/asm-mips64/sn/nmi.h b/include/asm-mips64/sn/nmi.h
index 34b815cdb..b1ea725e0 100644
--- a/include/asm-mips64/sn/nmi.h
+++ b/include/asm-mips64/sn/nmi.h
@@ -1,19 +1,14 @@
-/**************************************************************************
- * *
- * Copyright (C) 1992-1997, Silicon Graphics, Inc. *
- * *
- * These coded instructions, statements, and computer programs contain *
- * unpublished proprietary information of Silicon Graphics, Inc., and *
- * are protected by Federal copyright law. They may not be disclosed *
- * to third parties or copied or duplicated in any form, in whole or *
- * in part, without the prior written consent of Silicon Graphics, Inc. *
- * *
- **************************************************************************/
-
-#ifndef __SYS_SN_NMI_H__
-#define __SYS_SN_NMI_H__
+/*
+ * This file is subject to the terms and conditions of the GNU General Public
+ * License. See the file "COPYING" in the main directory of this archive
+ * for more details.
+ *
+ * Copyright (C) 1992 - 1997 Silicon Graphics, Inc.
+ */
+#ifndef __ASM_SN_NMI_H
+#define __ASM_SN_NMI_H
-#ident "$Revision: 1.5 $"
+#ident "$Revision: 1.1 $"
#include <asm/sn/addrs.h>
@@ -127,5 +122,4 @@ struct reg_struct {
#define CACHE_ERR_OFF 0x128
#define NMISR_OFF 0x130
-
-#endif /* __SYS_SN_NMI_H__ */
+#endif /* __ASM_SN_NMI_H */