From: Rusty Lynch Date: Thu, 23 Jun 2005 07:09:31 +0000 (-0700) Subject: [PATCH] Kprobes ia64 qp fix X-Git-Tag: v2.6.13-rc1~68^2~440 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13608d6433eb34840224ef632cc444f3eb59bc13;p=pandora-kernel.git [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 Signed-off-by: Rusty Lynch Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed