CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/02/10 20:56:00
Modified files:
sys/arch/alpha/alpha: lock_machdep.c
sys/arch/alpha/include: lock.h
Log message:
the only user of __cpu_cas is lock_machdep, so move it there.
machine/lock.h only provides SPINLOCK_SPIN_HOOK which is included
directly by the three files that use it.
