Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 145827
b: refs/heads/master
c: 5f241e6
h: refs/heads/master
i:
  145825: b8642bc
  145823: c51f7e3
v: v3
  • Loading branch information
Jeremy Fitzhardinge committed Mar 30, 2009
1 parent 8d139ea commit a14d25e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 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: 1e7449730853e7c9ae9a2458b2ced7ba12559a0e
refs/heads/master: 5f241e65f2be4661a33e1937e1c829252a80b2b8
8 changes: 7 additions & 1 deletion trunk/arch/x86/include/asm/required-features.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,15 @@
#endif

#ifdef CONFIG_X86_64
#ifdef CONFIG_PARAVIRT
/* Paravirtualized systems may not have PSE or PGE available */
#define NEED_PSE 0
#define NEED_MSR (1<<(X86_FEATURE_MSR & 31))
#define NEED_PGE 0
#else
#define NEED_PSE (1<<(X86_FEATURE_PSE) & 31)
#define NEED_PGE (1<<(X86_FEATURE_PGE) & 31)
#endif
#define NEED_MSR (1<<(X86_FEATURE_MSR & 31))
#define NEED_FXSR (1<<(X86_FEATURE_FXSR & 31))
#define NEED_XMM (1<<(X86_FEATURE_XMM & 31))
#define NEED_XMM2 (1<<(X86_FEATURE_XMM2 & 31))
Expand Down

0 comments on commit a14d25e

Please sign in to comment.