diff options
author | dim <dim@FreeBSD.org> | 2011-11-15 20:15:58 +0000 |
---|---|---|
committer | dim <dim@FreeBSD.org> | 2011-11-15 20:15:58 +0000 |
commit | e4caa3a047dedda183a89b1d822fddedbafda85d (patch) | |
tree | 893da1e61deaa9de271b3d52fe03008ccdfc69a4 /sys/dev/usb/controller/xhci.c | |
parent | 4b6458192ff06c2470fb447cad0f59bf228acf93 (diff) | |
download | FreeBSD-src-e4caa3a047dedda183a89b1d822fddedbafda85d.zip FreeBSD-src-e4caa3a047dedda183a89b1d822fddedbafda85d.tar.gz |
LLVM uses atomic operations, which are not supported on i386 and GCC
emits calls for them, rather than expanding them inline. Older FreeBSD
versions compile for i386 by default and as such we end up with
unresolved symbols when we build LLVM's TableGen utility as a build
tool on them. Add the functions that GCC emits here, but don't bother
to make them atomic. Such is not needed.
Submitted by: marcel
MFC after: 1 week
Diffstat (limited to 'sys/dev/usb/controller/xhci.c')
0 files changed, 0 insertions, 0 deletions