diff options
author | Tom Rini <trini@ti.com> | 2012-11-28 13:44:40 -0700 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2012-11-28 13:44:40 -0700 |
commit | e57d9d15eeab923f6c0de05d7caad317d861bbc5 (patch) | |
tree | 4c48c08c983e1b50850cdc7206ed4fb796087bed /arch/x86/include/asm/processor.h | |
parent | a86fcff69519841aa1338efb1ace37ca77c16c35 (diff) | |
parent | d02a568e9aa3c3500d9b680f60782c192fd51691 (diff) |
Merge branch 'master' of git://www.denx.de/git/u-boot-x86
Diffstat (limited to 'arch/x86/include/asm/processor.h')
-rw-r--r-- | arch/x86/include/asm/processor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/include/asm/processor.h b/arch/x86/include/asm/processor.h index 6eb518063b..17f27cbb68 100644 --- a/arch/x86/include/asm/processor.h +++ b/arch/x86/include/asm/processor.h @@ -41,6 +41,7 @@ enum { #else /* NOTE: If the above enum is modified, this define must be checked */ #define X86_GDT_ENTRY_32BIT_DS 3 +#define X86_GDT_NUM_ENTRIES 7 #endif #define X86_GDT_SIZE (X86_GDT_NUM_ENTRIES * X86_GDT_ENTRY_SIZE) |