mbox series

[v2,0/1] arm: perf: Fix ARCH=arm build with GCC

Message ID 20231215175648.3397170-1-james.clark@arm.com (mailing list archive)
Headers show
Series arm: perf: Fix ARCH=arm build with GCC | expand

Message

James Clark Dec. 15, 2023, 5:56 p.m. UTC
Changes since V1:

  * Instead of wrapping everything in #if, just use GENMASK_ULL instead
    which fixes both issues in one commit.

A fix for the broken build with GCC currently in linux-next
(next-20231214)


James Clark (1):
  arm: perf: Fix ARCH=arm build with GCC

 include/linux/perf/arm_pmuv3.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Will Deacon Dec. 17, 2023, 1:41 p.m. UTC | #1
On Fri, 15 Dec 2023 17:56:47 +0000, James Clark wrote:
> Changes since V1:
> 
>   * Instead of wrapping everything in #if, just use GENMASK_ULL instead
>     which fixes both issues in one commit.
> 
> A fix for the broken build with GCC currently in linux-next
> (next-20231214)
> 
> [...]

Applied to will (for-next/perf), thanks!

[1/1] arm: perf: Fix ARCH=arm build with GCC
      https://git.kernel.org/will/c/bb339db4d363

Cheers,