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:
Charles E. Youse 2019-06-27 15:32:20 -07:00 committed by Anas Nashif
commit 930e6af999
5 changed files with 7 additions and 7 deletions

View file

@ -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