Files
kernel_arpi/arch/powerpc/include/asm
Andreas Schwab 41131a5e54 powerpc/vdso: Fix clock_gettime_fallback for vdso32
The second argument of __kernel_clock_gettime64 points to a struct
__kernel_timespec, with 64-bit time_t, so use the clock_gettime64
syscall in the fallback function for the 32-bit VDSO. Similarly,
clock_getres_fallback should use the clock_getres_time64 syscall,
though it isn't yet called from the 32-bit VDSO.

Fixes: d0e3fc69d0 ("powerpc/vdso: Provide __kernel_clock_gettime64() on vdso32")
Signed-off-by: Andreas Schwab <schwab@linux-m68k.org>
[chleroy: Moved into a single #ifdef __powerpc64__ block]
Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/0c0ab0eb3cc80687c326f76ff0dd5762b8812ecc.1610452505.git.christophe.leroy@csgroup.eu
2021-01-14 15:56:44 +11:00
..
2020-05-28 23:24:36 +10:00
2020-10-08 12:50:52 +11:00
2020-10-07 22:34:47 +11:00
2020-12-05 21:49:52 +11:00
2020-05-28 23:24:36 +10:00
2020-07-23 17:41:36 +10:00
2020-12-15 13:13:49 +11:00
2020-10-06 07:07:03 +02:00
2020-06-02 20:59:20 +10:00
2020-12-09 23:48:14 +11:00
2020-07-27 00:01:32 +10:00
2020-07-23 17:43:44 +10:00
2020-12-04 01:01:32 +11:00
2020-12-09 16:46:56 +11:00
2019-05-01 16:45:05 +10:00
2020-12-04 01:01:19 +11:00