xen: make xen_flush_tlb_all() static
xen_flush_tlb_all() is used in arch/x86/xen/mmu.c only. Make it static. Signed-off-by: Juergen Gross <jgross@suse.com> Reviewed-by: Boris Ostrovsky <boris.ostrovsky@oracle.com> Signed-off-by: Juergen Gross <jgross@suse.com>
This commit is contained in:
parent
989513a735
commit
c71e6d804c
@ -42,7 +42,7 @@ xmaddr_t arbitrary_virt_to_machine(void *vaddr)
|
|||||||
}
|
}
|
||||||
EXPORT_SYMBOL_GPL(arbitrary_virt_to_machine);
|
EXPORT_SYMBOL_GPL(arbitrary_virt_to_machine);
|
||||||
|
|
||||||
void xen_flush_tlb_all(void)
|
static void xen_flush_tlb_all(void)
|
||||||
{
|
{
|
||||||
struct mmuext_op *op;
|
struct mmuext_op *op;
|
||||||
struct multicall_space mcs;
|
struct multicall_space mcs;
|
||||||
|
Loading…
Reference in New Issue
Block a user