Le 21/08/2019 à 10:25, Laurent Vivier a écrit :
> From: Justin Hibbits
>
> machdep.cacheline_size is an integer, not a long. Since PowerPC is
> big-endian this causes sysctlbyname() to fill in the upper bits of the
> argument, rather than the correct 'lower bits' of the word. Specify the
> corr
From: Justin Hibbits
machdep.cacheline_size is an integer, not a long. Since PowerPC is
big-endian this causes sysctlbyname() to fill in the upper bits of the
argument, rather than the correct 'lower bits' of the word. Specify the
correct type to fix this.
Fixes: b255b2c8a548 ("util: add cache