patch-2.4.19 linux-2.4.19/include/asm-mips64/sn/launch.h
Next file: linux-2.4.19/include/asm-mips64/sn/nmi.h
Previous file: linux-2.4.19/include/asm-mips64/sn/klkernvars.h
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Fri Aug 2 17:39:45 2002
- Orig file:
linux-2.4.18/include/asm-mips64/sn/launch.h
- Orig date:
Sun Sep 9 10:43:02 2001
diff -urN linux-2.4.18/include/asm-mips64/sn/launch.h linux-2.4.19/include/asm-mips64/sn/launch.h
@@ -60,7 +60,7 @@
* clears the BUSY flag after control is returned to it.
*/
-#ifdef _LANGUAGE_C
+#ifndef __ASSEMBLY__
typedef int launch_state_t;
typedef void (*launch_proc_t)(u64 call_parm);
@@ -117,6 +117,6 @@
#endif /* _STANDALONE */
-#endif /* _LANGUAGE_C */
+#endif /* !__ASSEMBLY__ */
#endif /* _ASM_SN_LAUNCH_H */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)