[PATCH v3 11/14] arm: cpu: add basic arm64 mmu support
Sascha Hauer
s.hauer at pengutronix.de
Tue Jun 28 00:01:17 PDT 2016
On Fri, Jun 24, 2016 at 02:23:58PM +0200, Raphael Poggi wrote:
> +
> + pr_debug("ttb: 0x%p\n", ttb);
> +
> + /* create a flat mapping using 1MiB sections */
> + create_sections(0, 0, GRANULE_SIZE, UNCACHED_MEM);
> +
> + /*
> + * First remap sdram cached using sections.
> + * This is to speed up the generation of 2nd level page tables
> + * below
> + */
The comment seems to be inaccurate here. There is no 2nd level page
table generation below.
Sascha
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
More information about the barebox
mailing list