diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2005-12-14 21:29:49 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2005-12-14 21:29:49 +0000 |
commit | 6ffc06fbc8f7e1d2c6134ab0d4563b6a189b983c (patch) | |
tree | d071ee19ca9ac65aaf1b92661f962223cbfa4884 /lib/libpthread | |
parent | 1d43f882c71e49ebbe1a2304883c1a3190ffa9cd (diff) |
My email address changed quite a while ago...
Diffstat (limited to 'lib/libpthread')
-rw-r--r-- | lib/libpthread/arch/powerpc/_atomic_lock.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread/arch/powerpc/_atomic_lock.c b/lib/libpthread/arch/powerpc/_atomic_lock.c index d248b4725cf..200d91a626e 100644 --- a/lib/libpthread/arch/powerpc/_atomic_lock.c +++ b/lib/libpthread/arch/powerpc/_atomic_lock.c @@ -1,4 +1,4 @@ -/* $OpenBSD: _atomic_lock.c,v 1.5 2002/11/12 18:56:28 drahn Exp $ */ +/* $OpenBSD: _atomic_lock.c,v 1.6 2005/12/14 21:29:48 drahn Exp $ */ /* * Atomic lock for powerpc */ @@ -21,7 +21,7 @@ _atomic_lock(volatile _spinlock_lock_t *lock) return (old != _SPINLOCK_UNLOCKED); /* - * Dale <rahnds@openbsd.org> says: + * Dale <drahn@openbsd.org> says: * Side note. to prevent two processes from accessing * the same address with the lwarx in one instrution * and the stwcx in another process, the current powerpc |