[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] arm: remove some unnecessary symbols from dummy.S
# HG changeset patch # User Ian Campbell <ian.campbell@xxxxxxxxxx> # Date 1329308656 0 # Node ID 9ae21c0392ccb7470de8dfd7a9db8cd19b2bd651 # Parent f8c331975a692dbb13d535e529440c268c8f9348 arm: remove some unnecessary symbols from dummy.S Correct the comment on the DUMMY macro. Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx> Acked-by: Stefano Stabellini <Stefano.Stabellini@xxxxxxxxxxxxx> Acked-by: Tim Deegan <tim@xxxxxxx> Committed-by: Ian Campbell <Ian.Campbell@xxxxxxxxxx> --- diff -r f8c331975a69 -r 9ae21c0392cc xen/arch/arm/dummy.S --- a/xen/arch/arm/dummy.S Wed Feb 15 12:24:15 2012 +0000 +++ b/xen/arch/arm/dummy.S Wed Feb 15 12:24:16 2012 +0000 @@ -1,8 +1,6 @@ -/* Nothing is mapped at 1G, for the moment */ #define DUMMY(x) \ .globl x; \ -x: .word 0xe7f000f0 -/* x: mov r0, #0x40000000 ; str r0, [r0]; b x */ +x: .word 0xe7f000f0 /* Undefined instruction */ #define NOP(x) \ .globl x; \ @@ -35,15 +33,11 @@ DUMMY(get_page_type); DUMMY(gmfn_to_mfn); DUMMY(gnttab_clear_flag); -DUMMY(gnttab_host_mapping_get_page_type); DUMMY(gnttab_mark_dirty); DUMMY(hypercall_create_continuation); DUMMY(iommu_map_page); DUMMY(iommu_unmap_page); DUMMY(is_iomem_page); -DUMMY(local_event_delivery_enable); -DUMMY(local_events_need_delivery); -DUMMY(machine_to_phys_mapping_valid); DUMMY(max_page); DUMMY(node_online_map); DUMMY(nr_irqs_gsi); _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |