Merge branch 'e1000-upstream' of git://198.78.49.142/linux-2.6
[powerpc.git] / arch / x86_64 / kernel / machine_kexec.c
index 89fab51..25ac8a3 100644 (file)
@@ -140,7 +140,7 @@ static void load_segments(void)
                "\tmovl %0,%%ss\n"
                "\tmovl %0,%%fs\n"
                "\tmovl %0,%%gs\n"
-               : : "a" (__KERNEL_DS)
+               : : "a" (__KERNEL_DS) : "memory"
                );
 }