X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-x86_64%2Fmach-xen%2Fasm%2Fxor.h;h=0e57669a55b107555deece6ae9d8ab119991a4b0;hb=97bf2856c6014879bd04983a3e9dfcdac1e7fe85;hp=6ec68fd4ff25f8408f33c071f906cd9da67d42f8;hpb=76828883507a47dae78837ab5dec5a5b4513c667;p=linux-2.6.git diff --git a/include/asm-x86_64/mach-xen/asm/xor.h b/include/asm-x86_64/mach-xen/asm/xor.h index 6ec68fd4f..0e57669a5 100644 --- a/include/asm-x86_64/mach-xen/asm/xor.h +++ b/include/asm-x86_64/mach-xen/asm/xor.h @@ -14,7 +14,7 @@ typedef struct { unsigned long a,b; } __attribute__((aligned(16))) xmm_store_t; preempt_disable(); \ if (!(current_thread_info()->status & TS_USEDFPU)) \ clts(); \ - __asm__ __volatile__ ( \ + asm volatile ( \ "movups %%xmm0,(%1) ;\n\t" \ "movups %%xmm1,0x10(%1) ;\n\t" \ "movups %%xmm2,0x20(%1) ;\n\t" \