diff options
author | Alexander Duyck <[email protected]> | 2012-11-16 13:57:43 -0800 |
---|---|---|
committer | H. Peter Anvin <[email protected]> | 2012-11-16 16:42:10 -0800 |
commit | afd51a0e32cd79261f0e823400886ed322a355ac (patch) | |
tree | 1683eb5bdce412a1182dd5b72979fb32b9f2d896 /lib/debugobjects.c | |
parent | 217f155e9fc68bf2a6c58a7b47e0d1ce68d78818 (diff) |
x86/acpi: Use __pa_symbol instead of __pa on C visible symbols
This change just updates one spot where __pa was being used when __pa_symbol
should have been used. By using __pa_symbol we are able to drop a few extra
lines of code as we don't have to test to see if the virtual pointer is a
part of the kernel text or just standard virtual memory.
Cc: Len Brown <[email protected]>
Cc: Pavel Machek <[email protected]>
Acked-by: "Rafael J. Wysocki" <[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