From: Zhang Yanmin Date: Fri, 13 Jan 2006 22:45:21 +0000 (-0800) Subject: [IA64] prevent accidental modification of args in jprobe handler X-Git-Tag: v2.6.16-rc1~168^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3ef1f5aafcf7a4129eb2078c70bc9e577bc3af1;p=pandora-kernel.git [IA64] prevent accidental modification of args in jprobe handler When jprobe is hit, the function parameters of the original function should be saved before jprobe handler is executed, and restored it after jprobe handler is executed, because jprobe handler might change the register values due to tail call optimization by the gcc. Signed-off-by: Zhang Yanmin Signed-off-by: Anil S Keshavamurthy Signed-off-by: Tony Luck --- Reading git-diff-tree failed