diff options
author | Rusty Lynch <rusty.lynch@intel.com> | 2005-06-23 00:09:31 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-23 09:45:23 -0700 |
commit | 13608d6433eb34840224ef632cc444f3eb59bc13 (patch) | |
tree | 249c668170713eac16abe94877ff71628e04b360 /arch/mips/mm | |
parent | 8bc76772ad653bcaad1b0af72aafb6072ef0fa87 (diff) |
[PATCH] Kprobes ia64 qp fix
Fix a bug where a kprobe still fires when the instruction is predicated
off. So given the p6=0, and we have an instruction like:
(p6) move loc1=0
we should not be triggering the kprobe. This is handled by carrying over
the qp section of the original instruction into the break instruction.
Signed-off-by: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
Signed-off-by: Rusty Lynch <Rusty.lynch@intel.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/mips/mm')
0 files changed, 0 insertions, 0 deletions