]> git.baikalelectronics.ru Git - kernel.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)
commita7681c7fdd0d44fa929c8b382c2b1f0dcde189b6
tree93d8f24e2555c4ffc0b559286d13a37b19020272
parent75da81a137326e546b6a3c6a7afd1a5920c1c9ca
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