Re: [PATCH 2/5] arm64: perf: Implement correct cap_user_time

From: Peter Zijlstra
Date: Tue May 12 2020 - 10:08:42 EST


On Tue, May 12, 2020 at 10:03:01PM +0800, Leo Yan wrote:
> > + if (userpg->shift == 32) {
>
> Thanks a lot for the patch set, some typos:
>
> s/shift/time_shift
>
> > + userpg->shift = 31;
>
> s/shift/time_shift

Blergh.. so much for me not taking the time to dig out the arm64 cross
compiler :/ Sorry about that.