[PATCH] powerpc/secvar: Use u64 in secvar_operations
Russell Currey
ruscur at russell.cc
Thu Jan 12 13:47:04 AEDT 2023
On Thu, 2023-01-12 at 13:38 +1100, Michael Ellerman wrote:
> There's no reason for secvar_operations to use uint64_t vs the more
> common kernel type u64.
>
> The types are compatible, but they require different printk format
> strings which can lead to confusion.
>
> Change all the secvar related routines to use u64.
>
> Signed-off-by: Michael Ellerman <mpe at ellerman.id.au>
Reviewed-by: Russell Currey <ruscur at russell.cc>
More information about the Linuxppc-dev
mailing list