lkml.org 
[lkml]   [2004]   [May]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] mxcsr patch for i386 & x86-64
Linus Torvalds wrote:
> --- 1.19/arch/i386/kernel/i387.c Tue Feb 3 21:30:39 2004
> +++ edited/arch/i386/kernel/i387.c Tue May 4 13:15:10 2004
> @@ -24,6 +25,21 @@
> #define HAVE_HWFP 1
> #endif
>
> +static unsigned long mxcsr_feature_mask = 0xffffffff;

> --- 1.10/arch/x86_64/kernel/i387.c Fri Jan 23 12:17:58 2004
> +++ edited/arch/x86_64/kernel/i387.c Tue May 4 13:07:35 2004
> @@ -24,6 +24,18 @@
> #include <asm/ptrace.h>
> #include <asm/uaccess.h>
>
> +unsigned long mxcsr_feature_mask = 0xffffffff;
> +


Minor/dumb question: Is the above intentional?

Would be nice to have them the same for consistency if nothing else.
i386 and x86-64 common code gets pasted and #include'd all the time.

Jeff



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 14:02    [W:0.063 / U:0.072 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site