x86: move mmustructs.h

This will be used for both 32-bit and 64-bit mode.
This header gets pulled in by x86's arch/cpu.h, so put
it in include/arch/x86/.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
Andrew Boie 2019-10-07 14:13:12 -07:00 committed by Andrew Boie
commit e3ab43580c
9 changed files with 11 additions and 11 deletions

View file

@ -17,7 +17,7 @@
#include "sys_io.h"
#include <drivers/interrupt_controller/sysapic.h>
#include <kernel_arch_thread.h>
#include <ia32/mmustructs.h>
#include <arch/x86/mmustructs.h>
#include <stdbool.h>
#include <arch/common/ffs.h>
#include <misc/util.h>