]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
sparc64: perf: Use UREG_FP rather than UREG_I6
authorDavid Ahern <david.ahern@oracle.com>
Mon, 15 Jun 2015 20:15:46 +0000 (16:15 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 25 Jun 2015 13:01:03 +0000 (06:01 -0700)
commit2d89cd8625c4af01a2683b18c3c8194cc3b3067c
tree93d8f24e2555c4ffc0b559286d13a37b19020272
parentb69fb7699c92f85991672fc144b0adb7c717fbc8
sparc64: perf: Use UREG_FP rather than UREG_I6

perf walks userspace callchains by following frame pointers. Use the
UREG_FP macro to make it clearer that the %fp is being used.

Signed-off-by: David Ahern <david.ahern@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/kernel/perf_event.c