CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/06/24 06:49:06
Modified files:
sys/arch/hppa/include: lock.h
sys/arch/hppa64/include: lock.h
Log message:
When reading the value from a simple lock, we do not need to ldcws into a
__cpu_simple_lock_t - gcc most likely ignores the alignment for a stack
variable anyway. Also remove unnecessary initialisation.
ok kettenis@ miod@
