]> xenbits.xensource.com Git - people/julieng/freebsd.git/commit
Replace build_section_pagetable with build_l1_block_pagetable as it takes
authorandrew <andrew@FreeBSD.org>
Sat, 17 Oct 2015 19:52:17 +0000 (19:52 +0000)
committerandrew <andrew@FreeBSD.org>
Sat, 17 Oct 2015 19:52:17 +0000 (19:52 +0000)
commit033aea1f46af1feb86552e90de8a75392cb3c7e3
tree79748c02a69b101c22c3d65e4f3824440717779c
parent91fe36c7aa76c619a34df6f68612a9527a2d5ade
Replace build_section_pagetable with build_l1_block_pagetable as it takes
an extra argument to specify the number of 1GiB pages to map. This should
be a nop as we are only mapping a single page, but when we move to use an
extra level of page tables we will be able to map a second block, e.g. if
the kernel was loaded over a 1GiB boundary.
sys/arm64/arm64/locore.S