arch/x86: move arch/x86/include/mmustructs.h to ia32/mmustructs.h
For now, only the 32-bit subarchitecture supports memory protection. Signed-off-by: Charles E. Youse <charles.youse@intel.com>
This commit is contained in:
parent
39cd2ebef7
commit
7c2d7d7b69
9 changed files with 11 additions and 11 deletions
|
@ -19,7 +19,7 @@
|
|||
#include <drivers/interrupt_controller/sysapic.h>
|
||||
#include <kernel_arch_thread.h>
|
||||
#include <generated_dts_board.h>
|
||||
#include <mmustructs.h>
|
||||
#include <ia32/mmustructs.h>
|
||||
#include <stdbool.h>
|
||||
#include <arch/common/ffs.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue