]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
powerpc: Move ppc32_runtime_resolve() declaration to the right place
authorJustin Hibbits <jhibbits@FreeBSD.org>
Thu, 26 Dec 2019 22:47:24 +0000 (22:47 +0000)
committerJustin Hibbits <jhibbits@FreeBSD.org>
Thu, 26 Dec 2019 22:47:24 +0000 (22:47 +0000)
commite211e5fec6622350914807ab9c92db34e0756a56
tree3b59dba37e159955bb33c15a5bc660279db75dbd
parent56c049a0032e667f1d3051b08cbc295a26f76d44
powerpc: Move ppc32_runtime_resolve() declaration to the right place

The function is only used in 32-bit kernels, so move the declaration to
!powerpc64.
sys/powerpc/powerpc/elf32_machdep.c