]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Disconnect fasttrap from the 32-bit powerpc build.
authorMark Johnston <markj@FreeBSD.org>
Thu, 21 Feb 2019 22:49:21 +0000 (22:49 +0000)
committerMark Johnston <markj@FreeBSD.org>
Thu, 21 Feb 2019 22:49:21 +0000 (22:49 +0000)
commitefe88d92da775d8f13287251b0cc9993b1410be0
tree21b3f0422389308502681c7676e23af896fc628a
parentafde5170533a488a5404d1dba7650598aa41fc65
Disconnect fasttrap from the 32-bit powerpc build.

An upcoming bug fix requires 64-bit atomics, which aren't implemented on
powerpc.  The powerpc port of fasttrap is incomplete anyway and doesn't
get loaded by dtraceall.ko on powerpc because of a missing dependency;
it's presumed that it's effectively unused.

Discussed with: jhibbits
MFC after: 2 weeks
sys/modules/dtrace/Makefile