CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/08/06 02:19:52
Modified files:
sys/arch/powerpc/include: atomic.h
Log message:
The atomic_setbits_int() and atomic_clearbits_int() functions touch the
condition code register so mark it s clobbered.
Fixes uvm_page_physload() and who knows what else.
ok jsg@, mpi@
