mirror of
https://xff.cz/git/u-boot/
synced 2025-10-16 15:31:50 +02:00
x86: Move Global Descriptor Table defines to processor.h
This commit is contained in:
@@ -23,7 +23,10 @@
|
||||
|
||||
#ifndef __ASM_PROCESSOR_H_
|
||||
#define __ASM_PROCESSOR_H_ 1
|
||||
/* Currently this header is unused in the i386 port
|
||||
* but some generic files #include <asm/processor.h>
|
||||
* so this file is a placeholder. */
|
||||
|
||||
#define GDT_ENTRY_32BIT_CS 2
|
||||
#define GDT_ENTRY_32BIT_DS (GDT_ENTRY_32BIT_CS + 1)
|
||||
#define GDT_ENTRY_16BIT_CS (GDT_ENTRY_32BIT_DS + 1)
|
||||
#define GDT_ENTRY_16BIT_DS (GDT_ENTRY_16BIT_CS + 1)
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user