OpenGrok
Cross Reference: lock.h
xref
: /
src
/
sys
/
arch
/
atari
/
include
/
lock.h
Home
|
History
|
Annotate
|
Download
|
only in
include
History log of
/src/sys/arch/atari/include/lock.h
Revision
Date
Author
Comments
1.1
29-Apr-2000
thorpej
branches: 1.1.6;
Require that each each MACHINE/MACHINE_ARCH supply a lock.h. This file
contains the values __SIMPLELOCK_LOCKED and __SIMPLELOCK_UNLOCKED, which
replace the old SIMPLELOCK_LOCKED and SIMPLELOCK_UNLOCKED. These files
are also required to supply inline functions __cpu_simple_lock(),
__cpu_simple_lock_try(), and __cpu_simple_unlock() if locking is to be
supported on that platform (i.e. if MULTIPROCESSOR is defined in the
_KERNEL case). Change these functions to take an int * (&alp->lock_data)
rather than the struct simplelock * itself.
These changes make it possible for userland to use the locking primitives
by including <machine/lock.h>.
1.1.6.2
20-Nov-2000
bouyer
Update thorpej_scsipi to -current as of a month ago
A i386 GENERIC kernel compiles without the siop, ahc and bha drivers
(will be updated later). i386 IDE/ATAPI and ncr work, as well as
sparc/esp_sbus. alpha should work as well (untested yet).
siop, ahc and bha will be updated once I've updated the branch to current
-current, as well as machine-dependant code.
1.1.6.1
29-Apr-2000
bouyer
file lock.h was added on branch thorpej_scsipi on 2000-11-20 20:05:29 +0000
Indexes created Thu Oct 02 10:09:58 GMT 2025