diff options
author | Alexander Duyck <[email protected]> | 2012-11-16 13:57:32 -0800 |
---|---|---|
committer | H. Peter Anvin <[email protected]> | 2012-11-16 16:42:09 -0800 |
commit | 217f155e9fc68bf2a6c58a7b47e0d1ce68d78818 (patch) | |
tree | dec7fde874eb98b5520d936e38acd9b93d14c9ca /lib/debugobjects.c | |
parent | fc8d782677f163dee76427fdd8a92bebd2b50b23 (diff) |
x86/ftrace: Use __pa_symbol instead of __pa on C visible symbols
Instead of using __pa which is meant to be a general function for converting
virtual addresses to physical addresses we can use __pa_symbol which is the
preferred way of decoding kernel text virtual addresses to physical addresses.
In this case we are not directly converting C visible symbols however if we
know that the instruction pointer is somewhere between _text and _etext we
know that we are going to be translating an address form the kernel text
space.
Cc: Steven Rostedt <[email protected]>
Cc: Frederic Weisbecker <[email protected]>
Signed-off-by: Alexander Duyck <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: H. Peter Anvin <[email protected]>
Diffstat (limited to 'lib/debugobjects.c')
0 files changed, 0 insertions, 0 deletions