arch/x86: move include/arch/x86/segmentation.h to ia32/segmentation.h
This header is currently IA32-specific, so move it into the subarch directory and update references to it. Signed-off-by: Charles E. Youse <charles.youse@intel.com>
This commit is contained in:
parent
dff016b53c
commit
930e6af999
5 changed files with 7 additions and 7 deletions
|
@ -26,7 +26,7 @@
|
|||
#ifndef _ASMLANGUAGE
|
||||
#include <arch/x86/asm_inline.h>
|
||||
#include <arch/common/addr_types.h>
|
||||
#include <arch/x86/segmentation.h>
|
||||
#include <arch/x86/ia32/segmentation.h>
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue