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

@ -43,7 +43,7 @@
#ifndef _ASMLANGUAGE
#include <stdint.h>
#include <ia32/mmustructs.h>
#include <arch/x86/mmustructs.h>
/*
* The following structure defines the set of 'non-volatile' integer registers.