Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 85971
b: refs/heads/master
c: 148a142
h: refs/heads/master
i:
  85969: f338a54
  85967: 15a5a7b
v: v3
  • Loading branch information
Adrian Bunk authored and Ingo Molnar committed Feb 19, 2008
1 parent 576e379 commit c3773a8
Show file tree
Hide file tree
Showing 3 changed files with 2 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: ecaea42eb8507735a97a496cc5068de06542e8b2
refs/heads/master: 148a142495f40d3da729d62cb7127ccb26223106
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/i387.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
#define HAVE_HWFP 1
#endif

unsigned int mxcsr_feature_mask __read_mostly = 0xffffffffu;
static unsigned int mxcsr_feature_mask __read_mostly = 0xffffffffu;

void mxcsr_feature_mask_init(void)
{
Expand Down
1 change: 0 additions & 1 deletion trunk/include/asm-x86/i387.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
#include <asm/uaccess.h>

extern void fpu_init(void);
extern unsigned int mxcsr_feature_mask;
extern void mxcsr_feature_mask_init(void);
extern void init_fpu(struct task_struct *child);
extern asmlinkage void math_state_restore(void);
Expand Down

0 comments on commit c3773a8

Please sign in to comment.