]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
perf/arm-cmn: Move overlapping wp_combine field
authorIlkka Koskinen <ilkka@os.amperecomputing.com>
Wed, 1 Mar 2023 17:55:40 +0000 (09:55 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 11 May 2023 14:11:01 +0000 (23:11 +0900)
commit52a416f8d54d255f99a8607ea419c5e95689e0b3
treed2cddd06975779839694d8cdb32ae282e26b6162
parentb0d23c67c4aac11d5f6267be71c8a71342f4e2c2
perf/arm-cmn: Move overlapping wp_combine field

[ Upstream commit f87e9114b5e590c2c6658ca21d7b714ca240bdd0 ]

As eventid field was expanded to support new mesh versions, it started to
overlap with wp_combine field. Move wp_combine to fix the issue.

Fixes: 23760a014417 ("perf/arm-cmn: Add CMN-700 support")
Signed-off-by: Ilkka Koskinen <ilkka@os.amperecomputing.com>
Link: https://lore.kernel.org/r/20230301175540.19891-1-ilkka@os.amperecomputing.com
Signed-off-by: Will Deacon <will@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/perf/arm-cmn.c