diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-04-21 03:03:27 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-04-21 03:03:27 +0000 |
commit | ca48e4ece50b04c33f4709c41bf96a35905d1f6b (patch) | |
tree | 0bad76df874a74978118183a2528059491d02744 /sys/arch/mips64/include | |
parent | 9497af87f5b565b6e916fe63f0f1813de69367ec (diff) |
more cleanup to cope with the change that tries to make proc.h not act
like it is everything.h
ok tedu
Diffstat (limited to 'sys/arch/mips64/include')
-rw-r--r-- | sys/arch/mips64/include/lock.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/mips64/include/lock.h b/sys/arch/mips64/include/lock.h index 37b9961608b..1d28d83757a 100644 --- a/sys/arch/mips64/include/lock.h +++ b/sys/arch/mips64/include/lock.h @@ -1,10 +1,12 @@ -/* $OpenBSD: lock.h,v 1.3 2009/11/21 23:28:14 syuu Exp $ */ +/* $OpenBSD: lock.h,v 1.4 2010/04/21 03:03:26 deraadt Exp $ */ /* public domain */ #ifndef _MIPS64_LOCK_H_ #define _MIPS64_LOCK_H_ +#include <mips64/atomic.h> + typedef volatile u_int __cpu_simple_lock_t; #define __SIMPLELOCK_LOCKED 1 |