Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/vax/include #define __SIMPLELOCK_LOCKED and __SIMPL...



details:   https://anonhg.NetBSD.org/src/rev/d8817ab725af
branches:  trunk
changeset: 485578:d8817ab725af
user:      ragge <ragge%NetBSD.org@localhost>
date:      Mon May 01 12:09:32 2000 +0000

description:
#define __SIMPLELOCK_LOCKED and __SIMPLELOCK_UNLOCKED.

diffstat:

 sys/arch/vax/include/lock.h |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 4cdbfd1f83a7 -r d8817ab725af sys/arch/vax/include/lock.h
--- a/sys/arch/vax/include/lock.h       Mon May 01 11:41:08 2000 +0000
+++ b/sys/arch/vax/include/lock.h       Mon May 01 12:09:32 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: lock.h,v 1.2 2000/04/29 03:31:55 thorpej Exp $ */
+/*     $NetBSD: lock.h,v 1.3 2000/05/01 12:09:32 ragge Exp $   */
 
 /*
  * Copyright (c) 2000 Ludd, University of Lule}, Sweden.
@@ -33,6 +33,10 @@
 #ifndef _VAX_LOCK_H_
 #define _VAX_LOCK_H_
 
+#define        __SIMPLELOCK_LOCKED     1
+#define        __SIMPLELOCK_UNLOCKED   0
+
+
 static __inline void
 __cpu_simple_lock_init(__volatile int *alp)
 {



Home | Main Index | Thread Index | Old Index