From ab6ef6e6edb206521c4b6e9ff2327a499ce25ad2 Mon Sep 17 00:00:00 2001 From: Jiri Slaby Date: Wed, 8 Apr 2009 13:32:00 +0200 Subject: [PATCH] --- yaml --- r: 145759 b: refs/heads/master c: 4ecf458492c2d97b3f9d850a5f92d79792e0a7e7 h: refs/heads/master i: 145757: cd259223e6e936daa9830b54284ae18f3fb53452 145755: 3f98eb4f3e6a0ae9030d2b1f4fbce3cce2c6cfe6 145751: 650f580e27d029f714fd288b40b1c66bcaaba0a7 145743: fb1510762d34b1a45c20ad6c00304e1e400c9d42 145727: b8ecd7a6005c5c3b5c43976b4096ddb9aebaeabc v: v3 --- [refs] | 2 +- trunk/arch/x86/include/asm/i387.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index bb54e3d26c1a..421d9dd2e99b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 34ba476a01e128aad51e02f9be854584e9ec73cf +refs/heads/master: 4ecf458492c2d97b3f9d850a5f92d79792e0a7e7 diff --git a/trunk/arch/x86/include/asm/i387.h b/trunk/arch/x86/include/asm/i387.h index 7a6f21d95cf4..63d185087d91 100644 --- a/trunk/arch/x86/include/asm/i387.h +++ b/trunk/arch/x86/include/asm/i387.h @@ -67,7 +67,7 @@ static inline int fxrstor_checking(struct i387_fxsave_struct *fx) ".previous\n" _ASM_EXTABLE(1b, 3b) : [err] "=r" (err) -#if 0 /* See comment in __save_init_fpu() below. */ +#if 0 /* See comment in fxsave() below. */ : [fx] "r" (fx), "m" (*fx), "0" (0)); #else : [fx] "cdaSDb" (fx), "m" (*fx), "0" (0)); @@ -112,7 +112,7 @@ static inline int fxsave_user(struct i387_fxsave_struct __user *fx) ".previous\n" _ASM_EXTABLE(1b, 3b) : [err] "=r" (err), "=m" (*fx) -#if 0 /* See comment in __fxsave_clear() below. */ +#if 0 /* See comment in fxsave() below. */ : [fx] "r" (fx), "0" (0)); #else : [fx] "cdaSDb" (fx), "0" (0));