]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
linux(4): Make vDSO defines private.
authorDmitry Chagin <dchagin@FreeBSD.org>
Fri, 25 Jun 2021 15:41:04 +0000 (18:41 +0300)
committerDmitry Chagin <dchagin@FreeBSD.org>
Fri, 25 Jun 2021 15:41:04 +0000 (18:41 +0300)
commit4aae133469c6bc4ace55bc54eee552971e37e1c4
tree303076e3a5bf30c8330eef6f4b3db627fc63fea7
parenta11ca79cd9d00b102c7bf8a0b683fd85079a6346
linux(4): Make vDSO defines private.

Hide the vDSO defines to the linux32_sysvec as they are not intended to
be used outside of it. Fix LINUX32_PS_STRINGS, use the size of
struct linux32_ps_strings instead of a numeric constant.

MFC after: 2 weeks
sys/amd64/linux32/linux.h
sys/amd64/linux32/linux32_sysvec.c