Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 350212
b: refs/heads/master
c: 2b9b6d8
h: refs/heads/master
v: v3
  • Loading branch information
David Woodhouse authored and H. Peter Anvin committed Jan 29, 2013
1 parent b1960e2 commit 3fb87c5
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: 83a57a4de1a222c351667ef9a0fedaac1295e85b
refs/heads/master: 2b9b6d8c715b23fa119261c32ad360681f4464a9
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 @@ -47,6 +47,12 @@
# define NEED_NOPL 0
#endif

#ifdef CONFIG_MATOM
# define NEED_MOVBE (1<<(X86_FEATURE_MOVBE & 31))
#else
# define NEED_MOVBE 0
#endif

#ifdef CONFIG_X86_64
#ifdef CONFIG_PARAVIRT
/* Paravirtualized systems may not have PSE or PGE available */
Expand Down Expand Up @@ -80,7 +86,7 @@

#define REQUIRED_MASK2 0
#define REQUIRED_MASK3 (NEED_NOPL)
#define REQUIRED_MASK4 0
#define REQUIRED_MASK4 (NEED_MOVBE)
#define REQUIRED_MASK5 0
#define REQUIRED_MASK6 0
#define REQUIRED_MASK7 0
Expand Down

0 comments on commit 3fb87c5

Please sign in to comment.