Re: [PATCH] vdso: Fix powerpc build U64_MAX undeclared error

2024-04-09 Thread Stephen Rothwell
Hi Adrian, On Tue, 9 Apr 2024 09:26:39 +0300 Adrian Hunter wrote: > > U64_MAX is not in include/vdso/limits.h, although that isn't noticed on x86 > because x86 includes include/linux/limits.h indirectly. However powerpc > is more selective, resulting in the following build error: > > In file

Re: [PATCH] vdso: Fix powerpc build U64_MAX undeclared error

2024-04-09 Thread John Stultz
On Mon, Apr 8, 2024 at 11:27 PM Adrian Hunter wrote: > > U64_MAX is not in include/vdso/limits.h, although that isn't noticed on x86 > because x86 includes include/linux/limits.h indirectly. However powerpc > is more selective, resulting in the following build error: > > In file included from :

[PATCH] vdso: Fix powerpc build U64_MAX undeclared error

2024-04-08 Thread Adrian Hunter
U64_MAX is not in include/vdso/limits.h, although that isn't noticed on x86 because x86 includes include/linux/limits.h indirectly. However powerpc is more selective, resulting in the following build error: In file included from : lib/vdso/gettimeofday.c: In function 'vdso_calc_ns': lib/vdso