diff options
author | Richard Braun <rbraun@sceen.net> | 2017-06-02 22:57:36 +0200 |
---|---|---|
committer | Richard Braun <rbraun@sceen.net> | 2017-06-02 22:57:36 +0200 |
commit | 77bb91faa0059b157220ef2e1732bdf89618a375 (patch) | |
tree | 77de69e65b97b69629b28106ec97681bd7b0065a /arch/x86/machine/cpu.h | |
parent | 8a21903a9f19941bf40188ca646298ef2445fa80 (diff) |
x86/tcb: add comments
Diffstat (limited to 'arch/x86/machine/cpu.h')
-rw-r--r-- | arch/x86/machine/cpu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/machine/cpu.h b/arch/x86/machine/cpu.h index b384e555..4e4ccbb2 100644 --- a/arch/x86/machine/cpu.h +++ b/arch/x86/machine/cpu.h @@ -46,7 +46,7 @@ /* * EFLAGS register flags. */ -#define CPU_EFL_ONE 0x00000002 +#define CPU_EFL_ONE 0x00000002 /* Reserved, must be one */ #define CPU_EFL_IF 0x00000200 /* |