]> git.ipfire.org Git - thirdparty/man-pages.git/commit
vdso.7: Fix risc-v symbol names.
authorElliott Hughes <enh@google.com>
Mon, 30 Jan 2023 21:46:09 +0000 (21:46 +0000)
committerAlejandro Colomar <alx@kernel.org>
Tue, 31 Jan 2023 23:55:21 +0000 (00:55 +0100)
commitfd0e0d342de093001b034905acd5496069fed888
treeac835064291276c5897dacb24bb328ea0527f8db
parent9730a612846aede946fd1653894fa82bd71d59fc
vdso.7: Fix risc-v symbol names.

The kernel git history says the names have always been "__vdso_" rather
than "__kernel_", so I assume this was a copy & paste mistake from a
different architecture.

Luckily, the path to the kernel source that lets you confirm/deny this
_is_ correct :-)

Signed-off-by: Elliott Hughes <enh@google.com>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man7/vdso.7