0.9.0.37:
[sbcl.git] / src / runtime / hppa-arch.h
index 3a2c96e..1c682f1 100644 (file)
@@ -1,6 +1,19 @@
 #ifndef _HPPA_ARCH_H
 #define _HPPA_ARCH_H
 
+
+static inline void 
+get_spinlock(lispobj *word,long value)
+{
+    *word=value;               /* FIXME for threads */
+}
+
+static inline void
+release_spinlock(lispobj *word)
+{
+    *word=0;
+}
+
 #define ARCH_HAS_NPC_REGISTER
 
 #endif /* _HPPA_ARCH_H */