Re: [PATCH 1/3] x86/vdso: Remove unused 'mask' member

2019-04-14 Thread Thomas Gleixner
On Thu, 11 Apr 2019, Huw Davies wrote: > The 'mask' member of struct vsyscall_gtod_data is unused, so remove > it. Its use was removed in commit a51e996d48ac (x86/vdso: Enforce > 64bit clocksource). That's true, but we are moving the VDSO to generic code, so the mask will stay. Thanks,

[PATCH 1/3] x86/vdso: Remove unused 'mask' member

2019-04-11 Thread Huw Davies
The 'mask' member of struct vsyscall_gtod_data is unused, so remove it. Its use was removed in commit a51e996d48ac (x86/vdso: Enforce 64bit clocksource). Cc: Thomas Gleixner Cc: Andy Lutomirski Signed-off-by: Huw Davies --- arch/x86/entry/vsyscall/vsyscall_gtod.c | 1 -