From: bibo, mao Date: Sun, 30 Jul 2006 10:03:26 +0000 (-0700) Subject: [PATCH] IA64: kprobe invalidate icache of jump buffer X-Git-Tag: v2.6.18-rc4~133 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9ad965ea9a6d719daf333847a2ceb0e363994bd;p=pandora-kernel.git [PATCH] IA64: kprobe invalidate icache of jump buffer Kprobe inserts breakpoint instruction in probepoint and then jumps to instruction slot when breakpoint is hit, the instruction slot icache must be consistent with dcache. Here is the patch which invalidates instruction slot icache area. Without this patch, in some machines there will be fault when executing instruction slot where icache content is inconsistent with dcache. Signed-off-by: bibo,mao Acked-by: "Luck, Tony" Acked-by: Keshavamurthy Anil S Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed