Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 99372
b: refs/heads/master
c: 9831bfb
h: refs/heads/master
v: v3
  • Loading branch information
Cyrill Gorcunov authored and Thomas Gleixner committed May 25, 2008
1 parent 42e184e commit 1a16de3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 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: ebdd561a19d7917ac49fff9c355aa4833c504bf1
refs/heads/master: 9831bfb201a8e00415d0f9e5b5a50d902a90b2db
13 changes: 7 additions & 6 deletions trunk/include/asm-x86/vm86.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@

#include <asm/processor-flags.h>

#ifdef CONFIG_VM86
#define X86_VM_MASK X86_EFLAGS_VM
#else
#define X86_VM_MASK 0 /* No VM86 support */
#endif

#define BIOSSEG 0x0f000

#define CPU_086 0
Expand Down Expand Up @@ -133,6 +127,13 @@ struct vm86plus_struct {
};

#ifdef __KERNEL__

#ifdef CONFIG_VM86
#define X86_VM_MASK X86_EFLAGS_VM
#else
#define X86_VM_MASK 0 /* No VM86 support */
#endif

/*
* This is the (kernel) stack-layout when we have done a "SAVE_ALL" from vm86
* mode - the main change is that the old segment descriptors aren't
Expand Down

0 comments on commit 1a16de3

Please sign in to comment.