diff options
author | Tycho Andersen <tycho@docker.com> | 2017-09-18 18:35:32 -0400 |
---|---|---|
committer | Boris Ostrovsky <boris.ostrovsky@oracle.com> | 2017-09-19 09:25:05 -0400 |
commit | 0555ac4333d7da7cff83d5b06bd3679a3e1ef584 (patch) | |
tree | 6dd720ef4df1b9289f1fd07ee999dfef1aa3bf96 /include/xen | |
parent | fe9c1c9555a529bf678148f719c1b9f1730f68a3 (diff) |
xen, arm64: drop dummy lookup_address()
This is unused, and conflicts with the definition that we'll add for XPFO.
Signed-off-by: Tycho Andersen <tycho@docker.com>
Reviewed-by: Julien Grall <julien.grall@arm.com>
CC: Boris Ostrovsky <boris.ostrovsky@oracle.com>
CC: Juergen Gross <jgross@suse.com>
CC: Stefano Stabellini <sstabellini@kernel.org>
Signed-off-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Diffstat (limited to 'include/xen')
-rw-r--r-- | include/xen/arm/page.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/xen/arm/page.h b/include/xen/arm/page.h index 415dbc6e43fd..6adc2a955340 100644 --- a/include/xen/arm/page.h +++ b/include/xen/arm/page.h | |||
@@ -84,16 +84,6 @@ static inline xmaddr_t arbitrary_virt_to_machine(void *vaddr) | |||
84 | BUG(); | 84 | BUG(); |
85 | } | 85 | } |
86 | 86 | ||
87 | /* TODO: this shouldn't be here but it is because the frontend drivers | ||
88 | * are using it (its rolled in headers) even though we won't hit the code path. | ||
89 | * So for right now just punt with this. | ||
90 | */ | ||
91 | static inline pte_t *lookup_address(unsigned long address, unsigned int *level) | ||
92 | { | ||
93 | BUG(); | ||
94 | return NULL; | ||
95 | } | ||
96 | |||
97 | extern int set_foreign_p2m_mapping(struct gnttab_map_grant_ref *map_ops, | 87 | extern int set_foreign_p2m_mapping(struct gnttab_map_grant_ref *map_ops, |
98 | struct gnttab_map_grant_ref *kmap_ops, | 88 | struct gnttab_map_grant_ref *kmap_ops, |
99 | struct page **pages, unsigned int count); | 89 | struct page **pages, unsigned int count); |