diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-04-23 21:34:41 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-04-23 21:34:41 +0000 |
commit | 7a7321850cd87db045bd14cd561529b0cdb1dfc2 (patch) | |
tree | 2a6ed230992cc83384d6246329b7611e2ca5b3aa /sys/arch/hppa/include | |
parent | 63a1e64e5dc33bb6ebe1da87de44ec4e335a32f2 (diff) |
Merge the only relevant (for now) parts of simplelock.h into lock.h
since it is time to start transitioning away from the no-op behaviour.
ok oga kettenis
Diffstat (limited to 'sys/arch/hppa/include')
-rw-r--r-- | sys/arch/hppa/include/vmparam.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/hppa/include/vmparam.h b/sys/arch/hppa/include/vmparam.h index 504549cf12a..ed5d164c3d6 100644 --- a/sys/arch/hppa/include/vmparam.h +++ b/sys/arch/hppa/include/vmparam.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vmparam.h,v 1.35 2008/09/06 19:49:05 kettenis Exp $ */ +/* $OpenBSD: vmparam.h,v 1.36 2010/04/23 21:34:40 deraadt Exp $ */ /* * Copyright (c) 1988-1994, The University of Utah and @@ -94,6 +94,9 @@ #define VM_FREELIST_ARCH 1 #if defined(_KERNEL) && !defined(_LOCORE) + +#include <sys/lock.h> + #define __HAVE_VM_PAGE_MD struct pv_entry; struct vm_page_md { |