x86: MMU: Rename gen_mmu script

It's x86-only.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
This commit is contained in:
Jan Kiszka 2017-11-03 11:05:08 +01:00 committed by Andrew Boie
commit 283a0cdafb
3 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ else
GENMMU_EXTRA_ARGS :=
endif
GENMMU := $(ZEPHYR_BASE)/scripts/gen_mmu.py
GENMMU := $(ZEPHYR_BASE)/scripts/gen_mmu_x86.py
OUTPUT_FORMAT ?= elf32-i386
OUTPUT_ARCH ?= i386

View file

@ -312,7 +312,7 @@ SECTIONS
/* Memory management unit*/
SECTION_PROLOGUE(mmulist, (OPTIONAL),)
{
/* get size of the mmu lists needed for gen_mmu.py*/
/* get size of the mmu lists needed for gen_mmu_x86.py*/
LONG((__MMU_LIST_END__ - __MMU_LIST_START__) / __MMU_REGION_SIZEOF)
/* Get the start of mmu tables in data section so that the address
* of the page tables can be calculated.