Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 28989
b: refs/heads/master
c: 7b0c2d9
h: refs/heads/master
i:
  28987: d04268d
v: v3
  • Loading branch information
Andreas Mohr authored and Linus Torvalds committed Jun 23, 2006
1 parent 0091cb9 commit bf89427
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cefc01130ba2bb0a81abda14b3f00fcc2e70dd43
refs/heads/master: 7b0c2d92180dbd9c7cd0c4b9bd38b06bb0f12843
2 changes: 1 addition & 1 deletion trunk/arch/i386/kernel/i387.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#define HAVE_HWFP 1
#endif

static unsigned long mxcsr_feature_mask = 0xffffffff;
static unsigned long mxcsr_feature_mask __read_mostly = 0xffffffff;

void mxcsr_feature_mask_init(void)
{
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/x86_64/kernel/i387.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#include <asm/ptrace.h>
#include <asm/uaccess.h>

unsigned int mxcsr_feature_mask = 0xffffffff;
unsigned int mxcsr_feature_mask __read_mostly = 0xffffffff;

void mxcsr_feature_mask_init(void)
{
Expand Down

0 comments on commit bf89427

Please sign in to comment.