]> www.infradead.org Git - users/jedix/linux-maple.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)
committerAllen Pais <allen.pais@oracle.com>
Wed, 9 Sep 2015 19:00:23 +0000 (00:30 +0530)
commit824c516b3a1cb2121c7bfc04311bec5fec29d7f8
tree959d447151ba25b93bbcf0dddf9d9e3e57621c00
parentd4998e31dc969b94f25e3c134130af5741d3af68
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>
(cherry picked from commit 2d89cd8625c4af01a2683b18c3c8194cc3b3067c)
(cherry picked from commit 96746184672da481e38be6c30967538127bb9e33)
arch/sparc/kernel/perf_event.c