commit | 4cd872d973c7e1ce6a41e36db9d9352152da32d4 | [log] [tgz] |
---|---|---|
author | Jon Medhurst (Tixy) <tixy@linaro.org> | Mon Jan 05 19:29:40 2015 +0800 |
committer | Jon Medhurst <tixy@linaro.org> | Tue Jan 13 16:10:17 2015 +0000 |
tree | 9418dd882418266bcbd60e0d7d757615b02ac6d0 | |
parent | 0dc016dbd820260b8ea74337980735b8c88d4ef2 [diff] |
ARM: kprobes: Fix unreliable MRS instruction tests For the instruction 'mrs Rn, cpsr' the resulting value of Rn can vary due to external factors we can't control. So get the test code to mask out these indeterminate bits. Signed-off-by: Jon Medhurst <tixy@linaro.org>