commit | 2c2e21e78a945b174629944281997bbcb839e6bb | [log] [tgz] |
---|---|---|
author | Qi Liu <liuqi115@huawei.com> | Thu Apr 01 19:16:41 2021 +0800 |
committer | Will Deacon <will@kernel.org> | Thu Apr 01 18:05:32 2021 +0100 |
tree | 96694d3a88140edf86d0bcb58a40c76ef5bf2082 | |
parent | e20ac6c54a93335b56a6d057aa5da27183f573fa [diff] |
arm64: perf: Remove redundant initialization in perf_event.c The initialization of value in function armv8pmu_read_hw_counter() and armv8pmu_read_counter() seem redundant, as they are soon updated. So, We can remove them. Signed-off-by: Qi Liu <liuqi115@huawei.com> Link: https://lore.kernel.org/r/1617275801-1980-1-git-send-email-liuqi115@huawei.com Signed-off-by: Will Deacon <will@kernel.org>