patch-2.4.25 linux-2.4.25/include/asm-mips64/sibyte/64bit.h
Next file: linux-2.4.25/include/asm-mips64/sigcontext.h
Previous file: linux-2.4.25/include/asm-mips64/sgialib.h
Back to the patch index
Back to the overall index
-  Lines: 15
-  Date:
2004-02-18 05:36:32.000000000 -0800
-  Orig file: 
linux-2.4.24/include/asm-mips64/sibyte/64bit.h
-  Orig date: 
2003-08-25 04:44:44.000000000 -0700
diff -urN linux-2.4.24/include/asm-mips64/sibyte/64bit.h linux-2.4.25/include/asm-mips64/sibyte/64bit.h
@@ -93,12 +93,12 @@
  * These are provided so as to be able to use common
  * driver code for the 32-bit and 64-bit trees
  */
-extern inline void out64(u64 val, unsigned long addr)
+static inline void out64(u64 val, unsigned long addr)
 {
 	*(volatile unsigned long *)addr = val;
 }
 
-extern inline u64 in64(unsigned long addr)
+static inline u64 in64(unsigned long addr)
 {
 	return *(volatile unsigned long *)addr;
 }
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)