commit | c412aba2a1243192a4d53736805a96bdda915608 | [log] [tgz] |
---|---|---|
author | Jon Medhurst <tixy@yxit.co.uk> | Thu Apr 07 13:25:16 2011 +0100 |
committer | Nicolas Pitre <nicolas.pitre@linaro.org> | Thu Apr 28 23:40:55 2011 -0400 |
tree | f04010b8c82fcc4ef9934144dd8eb8cbf6f8ad1c | |
parent | 51468ea91efad9c7e6dbae43cd8bdc423ec61709 [diff] |
ARM: kprobes: Fix emulation of MRS instruction The MRS instruction should set mode and interrupt bits in the read value so it is simpler to use a new simulation routine (simulate_mrs) rather than some modified emulation. prep_emulate_rd12 is now unused and removed. Signed-off-by: Jon Medhurst <tixy@yxit.co.uk> Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>