xen/arm: implement get/put_page_type
authorStefano Stabellini <stefano.stabellini@eu.citrix.com>
Tue, 9 Oct 2012 14:05:33 +0000 (15:05 +0100)
committerStefano Stabellini <stefano.stabellini@eu.citrix.com>
Tue, 9 Oct 2012 14:05:33 +0000 (15:05 +0100)
commit48d56ac850f6ae8857a7e0b6d7b92335f8d90553
tree74ad1b8d12dbc4682dbd8c6ee164ab664ab02b45
parentc66af0ea5dd6c4fc1227ffa58f2786270077e68f
xen/arm: implement get/put_page_type

Add a basic get_page_type and put_page_type implementation: we don't
care about typecounts so just return success.

Also remove PGT_shared_page, that is unused.

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