lkml.org 
[lkml]   [2023]   [Feb]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [PATCH 5/8] perf: pmuv3: Change GENMASK to GENMASK_ULL
    On Thu, 26 Jan 2023 20:44:41 +0000,
    Zaid Al-Bassam <zalbassam@google.com> wrote:
    >
    > GENMASK macro uses "unsigned long" (32-bit wide on arm and 64-bit
    > on arm64), This causes build issues when enabling PMUv3 on arm as
    > it tries to access bits > 31. This patch switches the GENMASK to
    > GENMASK_ULL, which uses "unsigned long long" (64-bit on both arm
    > and arm64).
    >
    > Signed-off-by: Zaid Al-Bassam <zalbassam@google.com>

    Acked-by: Marc Zyngier <maz@kernel.org>

    M.

    --
    Without deviation from the norm, progress is not possible.

    \
     
     \ /
      Last update: 2023-03-27 00:14    [W:2.169 / U:0.240 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site