patch-1.3.93 linux/include/asm-sparc/atops.h

Next file: linux/include/asm-sparc/auxio.h
Previous file: linux/include/asm-sparc/atomic.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.92/linux/include/asm-sparc/atops.h linux/include/asm-sparc/atops.h
@@ -0,0 +1,22 @@
+/* atops.h: Atomic SPARC operations.
+ *
+ * Copyright (C) 1996 David S. Miller (davem@caip.rutgers.edu)
+ */
+#ifndef _SPARC_ATOPS_H
+#define _SPARC_ATOPS_H
+
+#ifdef __SMP__
+
+extern __inline volatile unsigned char ldstub(volatile unsigned char *lock)
+{
+	volatile unsigned char retval;
+
+	__asm__ __volatile__("ldstub [%1], %0\n\t" :
+			     "=&r" (retval) :
+			     "r" (lock));
+	return retval;
+}
+
+#endif
+
+#endif

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this