repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Linux 3.11-rc3
[cris-mirror.git]
/
arch
/
x86
/
include
/
asm
/
processor-flags.h
blob
39fb618e2211012ee190696488b707e0cfa2cab7
1
#ifndef _ASM_X86_PROCESSOR_FLAGS_H
2
#define _ASM_X86_PROCESSOR_FLAGS_H
3
4
#include <uapi/asm/processor-flags.h>
5
6
#ifdef CONFIG_VM86
7
#define X86_VM_MASK X86_EFLAGS_VM
8
#else
9
#define X86_VM_MASK 0
/* No VM86 support */
10
#endif
11
#endif
/* _ASM_X86_PROCESSOR_FLAGS_H */