]> git.hungrycats.org Git - linux/commitdiff
[PATCH] x86-64 RAID XOR compile fix.
authorDave Jones <davej@codemonkey.org.uk>
Wed, 8 Jan 2003 10:53:41 +0000 (02:53 -0800)
committerLinus Torvalds <torvalds@home.transmeta.com>
Wed, 8 Jan 2003 10:53:41 +0000 (02:53 -0800)
Missing macro header.

include/asm-x86_64/xor.h

index 7e4e56208b8bf59c6b9904893d959930cd5f8bf3..f942fcc218312ec70d6eb9d1793ba43cd98ad355 100644 (file)
@@ -51,7 +51,7 @@ typedef struct { unsigned long a,b; } __attribute__((aligned(16))) xmm_store_t;
                : "memory");                    \
 } while(0)
 
-#define XMMS_RESTORE                           \
+#define XMMS_RESTORE do {                      \
        asm volatile (                          \
                "sfence                 ;\n\t"  \
                "movups (%1),%%xmm0     ;\n\t"  \