]> xenbits.xensource.com Git - people/iwj/xen.git/commit
xen/arm: compile and initialize vmap
authorStefano Stabellini <stefano.stabellini@eu.citrix.com>
Tue, 7 May 2013 14:12:43 +0000 (15:12 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Wed, 8 May 2013 10:02:30 +0000 (11:02 +0100)
commitf62544055cb72b0a2d65b5e7943f7615f6ffa7fd
tree9d4e2be834b621afcb73619f14ff521cabd517b1
parent0d317248d432cf541854eef272c033bfd2515d9a
xen/arm: compile and initialize vmap

Rename EARLY_VMAP_VIRT_END and EARLY_VMAP_VIRT_START to
VMAP_VIRT_END and VMAP_VIRT_START.

Defining VMAP_VIRT_START triggers the compilation of common/vmap.c.

Define PAGE_HYPERVISOR and MAP_SMALL_PAGES (unused on ARM, because we
only support 4K pages so as a matter of fact it is always set).

Implement map_pages_to_xen and destroy_xen_mappings.

Call vm_init from start_xen.

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
xen/arch/arm/mm.c
xen/arch/arm/setup.c
xen/include/asm-arm/config.h
xen/include/asm-arm/page.h
xen/include/asm-x86/page.h
xen/include/xen/mm.h