summaryrefslogtreecommitdiffstats
path: root/sys/alpha/include/lock.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/alpha/include/lock.h')
-rw-r--r--sys/alpha/include/lock.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/alpha/include/lock.h b/sys/alpha/include/lock.h
index 2c695f9..f10c60f 100644
--- a/sys/alpha/include/lock.h
+++ b/sys/alpha/include/lock.h
@@ -22,7 +22,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: lock.h,v 1.2 1998/06/10 10:55:10 dfr Exp $
+ * $Id: lock.h,v 1.3 1998/07/22 08:28:24 dfr Exp $
*/
@@ -38,11 +38,6 @@ struct simplelock {
volatile int lock_data;
};
-#define simple_lock_init(alp)
-#define simple_lock(alp)
-#define simple_lock_try(alp) 1
-#define simple_unlock(alp)
-
#define COM_LOCK()
#define COM_UNLOCK()
OpenPOWER on IntegriCloud