CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/06/03 07:30:24
Modified files:
sys/arch/hppa/include: intr.h
Log message:
Use a proper compiler barrier; just having the inline asm for the "sync"
instruction depend on ci->ci_cpl makes the compiler generate strange code
and might not be enough to stop the compiler moving instructions around.
ok jsing@
