diff options
author | 2012-03-07 11:19:31 -0500 | |
---|---|---|
committer | 2012-03-07 11:28:22 -0500 | |
commit | 4cd7c0a03ea44ef88fa0d3901d671798d23cbc35 (patch) | |
tree | c9643ba142e8532f04d15e24369c42db0ec28778 /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | Linux 3.3-rc5 (diff) | |
download | wireguard-linux-4cd7c0a03ea44ef88fa0d3901d671798d23cbc35.tar.xz wireguard-linux-4cd7c0a03ea44ef88fa0d3901d671798d23cbc35.zip |
C6X: fix KSTK_EIP and KSTK_ESP macros
There was a latent typo in the C6X KSTK_EIP and KSTK_ESP macros which
caused a problem with a new patch which used them. The broken definitions
were of the form:
#define KSTK_FOO(tsk) (task_pt_regs(task)->foo)
Note the use of task vs tsk. This actually worked before because the
only place in the kernel which used these macros passed in a local
pointer named task.
Signed-off-by: Mark Salter <msalter@redhat.com>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions