patch-2.4.21 linux-2.4.21/include/asm-cris/timex.h
Next file: linux-2.4.21/include/asm-cris/uaccess.h
Previous file: linux-2.4.21/include/asm-cris/system.h
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
2003-06-13 07:51:38.000000000 -0700
- Orig file:
linux-2.4.20/include/asm-cris/timex.h
- Orig date:
2002-11-28 15:53:15.000000000 -0800
diff -urN linux-2.4.20/include/asm-cris/timex.h linux-2.4.21/include/asm-cris/timex.h
@@ -26,7 +26,7 @@
unsigned long get_ns_in_jiffie(void);
-static inline unsigned long get_us_in_jiffie_highres(void)
+extern inline unsigned long get_us_in_jiffie_highres(void)
{
return get_ns_in_jiffie()/1000;
}
@@ -37,7 +37,7 @@
typedef unsigned int cycles_t;
-static inline cycles_t get_cycles(void)
+extern inline cycles_t get_cycles(void)
{
return 0;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)