Home
last modified time | relevance | path

Searched hist:"966657883 fdc3a2883a5e641ca4ec8f79ffb8ecd" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/x86/kernel/
H A Dftrace.cdiff 966657883fdc3a2883a5e641ca4ec8f79ffb8ecd Tue Feb 10 10:53:23 CST 2009 Steven Rostedt <srostedt@redhat.com> 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 <srostedt@redhat.com>