From: Jon Medhurst (Tixy) Date: Mon, 5 Jan 2015 11:29:40 +0000 (+0800) Subject: ARM: kprobes: Fix unreliable MRS instruction tests X-Git-Tag: fixes-v4.0-rc1~125^2^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4cd872d973c7e1ce6a41e36db9d9352152da32d4;p=pandora-kernel.git 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 --- Reading git-diff-tree failed