arch/x86: move include/arch/x86/sys_io.h to ia32/sys_io.h

These inlines currently only apply to IA32, so place accordingly.
Minor changes to direct and indirect users of the file for ordering.

Signed-off-by: Charles E. Youse <charles.youse@intel.com>
This commit is contained in:
Charles E. Youse 2019-06-27 16:49:10 -07:00 committed by Anas Nashif
commit c384c6685e
3 changed files with 5 additions and 5 deletions

View file

@ -15,12 +15,12 @@
#define ZEPHYR_INCLUDE_ARCH_X86_IA32_ARCH_H_
#include <irq.h>
#include "sys_io.h"
#include <arch/x86/irq_controller.h>
#include <kernel_arch_thread.h>
#include <generated_dts_board.h>
#include <mmustructs.h>
#include <stdbool.h>
#include "../sys_io.h"
#include <arch/common/ffs.h>
#ifndef _ASMLANGUAGE