Re: [PATCH] mxcsr patch for i386 & x86-64

From: Jeff Garzik
Date: Tue May 04 2004 - 16:13:37 EST


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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/