mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-26 16:18:31 +00:00
Moved the SIMPLE_LOCK stuff from machine/param.h to machine/lock.h.
include it here for now. Reviewed by: Bruce Evans <bde@zeta.org.au>
This commit is contained in:
parent
9b95d17f6f
commit
579f738316
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=28920
@ -35,12 +35,15 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)lock.h 8.12 (Berkeley) 5/19/95
|
||||
* $Id: lock.h,v 1.7 1997/08/04 19:11:26 fsmp Exp $
|
||||
* $Id: lock.h,v 1.8 1997/08/18 02:06:30 dyson Exp $
|
||||
*/
|
||||
|
||||
#ifndef _LOCK_H_
|
||||
#define _LOCK_H_
|
||||
|
||||
|
||||
#include <machine/lock.h>
|
||||
|
||||
/*
|
||||
* The general lock structure. Provides for multiple shared locks,
|
||||
* upgrading from shared to exclusive, and sleeping until the lock
|
||||
|
@ -35,12 +35,15 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)lock.h 8.12 (Berkeley) 5/19/95
|
||||
* $Id: lock.h,v 1.7 1997/08/04 19:11:26 fsmp Exp $
|
||||
* $Id: lock.h,v 1.8 1997/08/18 02:06:30 dyson Exp $
|
||||
*/
|
||||
|
||||
#ifndef _LOCK_H_
|
||||
#define _LOCK_H_
|
||||
|
||||
|
||||
#include <machine/lock.h>
|
||||
|
||||
/*
|
||||
* The general lock structure. Provides for multiple shared locks,
|
||||
* upgrading from shared to exclusive, and sleeping until the lock
|
||||
|
Loading…
Reference in New Issue
Block a user