]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
[PowerPC] Fix PMCLOG address width
authorLeandro Lupori <luporl@FreeBSD.org>
Tue, 1 Sep 2020 11:34:05 +0000 (11:34 +0000)
committerLeandro Lupori <luporl@FreeBSD.org>
Tue, 1 Sep 2020 11:34:05 +0000 (11:34 +0000)
commit51488825f140180a8d0deb08b73cd23c76e92f11
tree0878914e666949a7a7046d4c71a1719961694d55
parent9b23e3845bc49deb676aa34a93dbb75c1d7f2c7c
[PowerPC] Fix PMCLOG address width

PMCLOG macros were always using 32-bit addresses, even on PPC64.
This resulted in truncated addresses in logs, when running on 64-bit PPC
machines.

Sponsored by: Eldorado Research Institute (eldorado.org.br)
Differential Revision: https://reviews.freebsd.org/D26112
sys/powerpc/include/pmc_mdep.h