patch-2.1.9 linux/include/asm-sparc/mbus.h
Next file: linux/include/asm-sparc/memreg.h
Previous file: linux/include/asm-sparc/kdebug.h
Back to the patch index
Back to the overall index
- Lines: 24
- Date:
Sat Nov 9 22:37:10 1996
- Orig file:
v2.1.8/linux/include/asm-sparc/mbus.h
- Orig date:
Thu Apr 25 13:23:18 1996
diff -u --recursive --new-file v2.1.8/linux/include/asm-sparc/mbus.h linux/include/asm-sparc/mbus.h
@@ -1,4 +1,4 @@
-/* $Id: mbus.h,v 1.7 1996/04/25 06:13:12 davem Exp $
+/* $Id: mbus.h,v 1.8 1996/08/29 09:48:21 davem Exp $
* mbus.h: Various defines for MBUS modules.
*
* Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)
@@ -81,7 +81,7 @@
*/
#define TBR_ID_SHIFT 20
-extern inline int get_cpuid(void)
+extern __inline__ int get_cpuid(void)
{
register int retval;
__asm__ __volatile__("rd %%tbr, %0\n\t"
@@ -91,7 +91,7 @@
return (retval & 3);
}
-extern inline int get_modid(void)
+extern __inline__ int get_modid(void)
{
return (get_cpuid() | 0x8);
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov