patch-2.4.19 linux-2.4.19/include/asm-mips64/sn/nmi.h
Next file: linux-2.4.19/include/asm-mips64/sn/sn0/addrs.h
Previous file: linux-2.4.19/include/asm-mips64/sn/launch.h
Back to the patch index
Back to the overall index
- Lines: 43
- Date:
Fri Aug 2 17:39:45 2002
- Orig file:
linux-2.4.18/include/asm-mips64/sn/nmi.h
- Orig date:
Sun Jul 9 22:18:15 2000
diff -urN linux-2.4.18/include/asm-mips64/sn/nmi.h linux-2.4.19/include/asm-mips64/sn/nmi.h
@@ -8,7 +8,7 @@
#ifndef __ASM_SN_NMI_H
#define __ASM_SN_NMI_H
-#ident "$Revision: 1.2 $"
+#ident "$Revision: 1.2.4.1 $"
#include <asm/sn/addrs.h>
@@ -48,7 +48,7 @@
*
*/
-#ifdef _LANGUAGE_C
+#ifndef __ASSEMBLY__
typedef struct nmi_s {
volatile unsigned long magic; /* Magic number */
@@ -59,13 +59,13 @@
volatile unsigned long gmaster; /* Flag true only on global master*/
} nmi_t;
-#endif /* _LANGUAGE_C */
+#endif /* !__ASSEMBLY__ */
/* Following definitions are needed both in the prom & the kernel
* to identify the format of the nmi cpu register save area in the
* low memory on each node.
*/
-#ifdef _LANGUAGE_C
+#ifndef __ASSEMBLY__
struct reg_struct {
unsigned long gpr[32];
@@ -78,7 +78,7 @@
unsigned long nmi_sr;
};
-#endif /* _LANGUAGE_C */
+#endif /* !__ASSEMBLY__ */
/* These are the assembly language offsets into the reg_struct structure */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)