Merge branch 'rmobile-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[pandora-kernel.git] / arch / x86 / include / asm / i387.h
index ef32890..c9e09ea 100644 (file)
@@ -237,7 +237,7 @@ static inline void fpu_save_init(struct fpu *fpu)
        } else if (use_fxsr()) {
                fpu_fxsave(fpu);
        } else {
-               asm volatile("fsave %[fx]; fwait"
+               asm volatile("fnsave %[fx]; fwait"
                             : [fx] "=m" (fpu->state->fsave));
                return;
        }