|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 20/22] xen/arm: Don't export flush_tlb_domain
On Wed, 20 Jul 2016, Julien Grall wrote:
> The function flush_tlb_domain is not used outside of the file where it
> has been declared.
>
> Signed-off-by: Julien Grall <julien.grall@xxxxxxx>
Reviewed-by: Stefano Stabellini <sstabellini@xxxxxxxxxx>
> xen/arch/arm/p2m.c | 2 +-
> xen/include/asm-arm/flushtlb.h | 3 ---
> 2 files changed, 1 insertion(+), 4 deletions(-)
>
> diff --git a/xen/arch/arm/p2m.c b/xen/arch/arm/p2m.c
> index c756e0c..8541171 100644
> --- a/xen/arch/arm/p2m.c
> +++ b/xen/arch/arm/p2m.c
> @@ -137,7 +137,7 @@ void p2m_restore_state(struct vcpu *n)
> isb();
> }
>
> -void flush_tlb_domain(struct domain *d)
> +static void flush_tlb_domain(struct domain *d)
> {
> struct p2m_domain *p2m = &d->arch.p2m;
> unsigned long flags = 0;
> diff --git a/xen/include/asm-arm/flushtlb.h b/xen/include/asm-arm/flushtlb.h
> index c986b3f..329fbb4 100644
> --- a/xen/include/asm-arm/flushtlb.h
> +++ b/xen/include/asm-arm/flushtlb.h
> @@ -25,9 +25,6 @@ do {
> \
> /* Flush specified CPUs' TLBs */
> void flush_tlb_mask(const cpumask_t *mask);
>
> -/* Flush CPU's TLBs for the specified domain */
> -void flush_tlb_domain(struct domain *d);
> -
> #endif /* __ASM_ARM_FLUSHTLB_H__ */
> /*
> * Local variables:
> --
> 1.9.1
>
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
https://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |