diff options
author | ed <ed@FreeBSD.org> | 2009-04-07 19:31:36 +0000 |
---|---|---|
committer | ed <ed@FreeBSD.org> | 2009-04-07 19:31:36 +0000 |
commit | 0d9b7a69e5d1eda70f3c33e93b63edefea0b9ba5 (patch) | |
tree | aca18a73f226a6a2ad08abb388126f0de4288883 /sys/dev/ata/ata-queue.c | |
parent | e716acd50bb631d8b1563cc620e4db9bcff31f25 (diff) | |
download | FreeBSD-src-0d9b7a69e5d1eda70f3c33e93b63edefea0b9ba5.zip FreeBSD-src-0d9b7a69e5d1eda70f3c33e93b63edefea0b9ba5.tar.gz |
Don't explicitly force ecx to be used for MSR_FSBASE/MSR_GSBASE.
Because the "c" input constaint is used, the compiler will already place
the MSR_FSBASE/MSR_GSBASE constants in ecx. Using __asm("ecx") makes
LLVM crash. Even though this is also an LLVM bug, we'd better remove the
unnecessary GCCism as well.
Submitted by: Christoph Mallon <christoph.mallon@gmx.de>
Diffstat (limited to 'sys/dev/ata/ata-queue.c')
0 files changed, 0 insertions, 0 deletions