kernel/npx: Fix ambiguous inline assembly.
authorSascha Wildner <saw@online.de>
Thu, 28 Apr 2011 23:53:54 +0000 (01:53 +0200)
committerSascha Wildner <saw@online.de>
Thu, 28 Apr 2011 23:53:54 +0000 (01:53 +0200)
commit6fb07b8b9afbf6a50e4a8f447d66bf7179a5083e
tree15deb1672084972fb22a602aa2e888b4562609ba
parentadc42cf35b64fcc5e902e062955772f363e1ec58
kernel/npx: Fix ambiguous inline assembly.

GNU as converts fld to flds, while clang errors about the missing suffix.

Taken-from: FreeBSD
sys/platform/pc32/isa/npx.c
sys/platform/pc64/x86_64/npx.c