patch-2.4.20 linux-2.4.20/include/asm-mips/sgiarcs.h
Next file: linux-2.4.20/include/asm-mips/shmbuf.h
Previous file: linux-2.4.20/include/asm-mips/sgialib.h
Back to the patch index
Back to the overall index
- Lines: 33
- Date:
Thu Nov 28 15:53:15 2002
- Orig file:
linux-2.4.19/include/asm-mips/sgiarcs.h
- Orig date:
Fri Aug 2 17:39:45 2002
diff -urN linux-2.4.19/include/asm-mips/sgiarcs.h linux-2.4.20/include/asm-mips/sgiarcs.h
@@ -13,6 +13,7 @@
#define _ASM_SGIARCS_H
#include <linux/config.h>
+#include <asm/types.h>
#include <asm/arc/types.h>
/* Various ARCS error codes. */
@@ -115,7 +116,7 @@
arc_prog, /* A loaded program resides here */
arc_atmp, /* temporary storage area */
arc_aperm, /* permanent storage */
- arc_fcontig, /* Contiguous and free */
+ arc_fcontig, /* Contiguous and free */
};
union linux_memtypes {
@@ -164,11 +165,11 @@
/* This prom has a bolixed design. */
struct linux_bigint {
#ifdef __MIPSEL__
- unsigned long lo;
- long hi;
+ u32 lo;
+ s32 hi;
#else /* !(__MIPSEL__) */
- long hi;
- unsigned long lo;
+ s32 hi;
+ u32 lo;
#endif
};
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)