vdso.7: Update CLOCK_REALTIME_COARSE and CLOCK_MONOTONIC_COARSE info for powerpc
commit5fc054ecd9610345b549f38a59a68ade40be6305
authorMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 8 Aug 2021 00:13:49 +0000 (8 02:13 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 8 Aug 2021 00:13:49 +0000 (8 02:13 +0200)
treef5fac5bdd32006e6d31db5bade701c09d604669f
parentc9992ba76c8da418f9b1d044e74c3da8fd9ac662
vdso.7: Update CLOCK_REALTIME_COARSE and CLOCK_MONOTONIC_COARSE info for powerpc

See https://bugzilla.kernel.org/show_bug.cgi?id=213419
ppc/32 and ppc/64 sections both have the following note:

    The CLOCK_REALTIME_COARSE and CLOCK_MONOTONIC_COARSE clocks are
    not supported by the __kernel_clock_getres and
    __kernel_clock_gettime interfaces; the kernel falls back to the
    real system call

This note has been wrong from quite some time now, since commit
654abc69ef2e ("powerpc/vdso32: Add support for
CLOCK_{REALTIME/MONOTONIC}_COARSE") and commit
5c929885f1bb ("powerpc/vdso64: Add support for
CLOCK_{REALTIME/MONOTONIC}_COARSE")

Reported-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man7/vdso.7