diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2003-11-18 18:12:15 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2003-11-18 18:12:15 +0000 |
commit | f6241c5ba3ae8055c650385a74a5579cd9eea7f6 (patch) | |
tree | 0d941c63e21876d679cd81875eed3083c32c97a4 /sys/kern/kern_rwlock.c | |
parent | ed971daabe4aa5d8b930066ab26030568f896afc (diff) |
don't leave test code enabled, spotted Dries Schellekens
Diffstat (limited to 'sys/kern/kern_rwlock.c')
-rw-r--r-- | sys/kern/kern_rwlock.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/kern/kern_rwlock.c b/sys/kern/kern_rwlock.c index 113456a95d7..994e1dd5e54 100644 --- a/sys/kern/kern_rwlock.c +++ b/sys/kern/kern_rwlock.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kern_rwlock.c,v 1.1 2003/11/18 06:11:10 tedu Exp $ */ +/* $OpenBSD: kern_rwlock.c,v 1.2 2003/11/18 18:12:14 tedu Exp $ */ /* * Copyright (c) 2002, 2003 Artur Grabowski <art@openbsd.org> * All rights reserved. @@ -32,8 +32,6 @@ /* XXX - temporary measure until proc0 is properly aligned */ #define RW_PROC(p) (((unsigned long)p) & ~RWLOCK_MASK) -#define RWLOCK_TEST - #ifndef __HAVE_MD_RWLOCK /* * Simple cases that should be in MD code and atomic. |