Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 80062
b: refs/heads/master
c: 863aec8
h: refs/heads/master
v: v3
  • Loading branch information
Roland McGrath authored and Ingo Molnar committed Jan 30, 2008
1 parent 7413429 commit 59f542f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c269f19617f508cc5c29c0b064c1a437d7011a46
refs/heads/master: 863aec860259f287797f886c3f373389cdafc8e3
12 changes: 12 additions & 0 deletions trunk/include/asm-x86/cpufeature.h
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,21 @@
#undef cpu_has_centaur_mcr
#define cpu_has_centaur_mcr 0

#undef cpu_has_pse
#define cpu_has_pse 1

#undef cpu_has_pge
#define cpu_has_pge 1

#undef cpu_has_xmm
#define cpu_has_xmm 1

#undef cpu_has_xmm2
#define cpu_has_xmm2 1

#undef cpu_has_fxsr
#define cpu_has_fxsr 1

#endif /* CONFIG_X86_64 */

#endif /* _ASM_X86_CPUFEATURE_H */

0 comments on commit 59f542f

Please sign in to comment.