From: Steven Rostedt Date: Tue, 10 Feb 2009 16:53:23 +0000 (-0500) Subject: tracing, x86: fix constraint for parent variable X-Git-Tag: v2.6.30-rc1~2^2~113^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=966657883fdc3a2883a5e641ca4ec8f79ffb8ecd;p=pandora-kernel.git tracing, x86: fix constraint for parent variable The constraint used for retrieving and restoring the parent function pointer is incorrect. The parent variable is a pointer, and the address of the pointer is modified by the asm statement and not the pointer itself. It is incorrect to pass it in as an output constraint since the asm will never update the pointer. Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed