ARM: Fix an instruction in the cmpxchg kernel provided routine.
authorGabe Black <gblack@eecs.umich.edu>
Wed, 29 Jul 2009 07:18:26 +0000 (00:18 -0700)
committerGabe Black <gblack@eecs.umich.edu>
Wed, 29 Jul 2009 07:18:26 +0000 (00:18 -0700)
commitb066e717f4301bd5b882319d7d52e8bbd9c0b6c2
tree0eb74844a2a9e4af60ca4dd50d40aa5807057f88
parentc2da5bae17436b87a9aa960eab2f77383f4e5a4c
ARM: Fix an instruction in the cmpxchg kernel provided routine.
The instruction was encoded as a load instead of the intended store.
src/arch/arm/linux/process.cc