CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2012/06/05 09:06:10
Modified files: sys/arch/hppa64/include: lock.h Log message: As specified in PA RISC 2.0 errata, the 16-byte alignment restriction does not apply if the coherent operation cache control completer is specified for the ldcw/ldcd instruction. As a result, remove the alignment requirement and add the necessary completer. ok kettenis@