All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: Xen: Fix the file name in comment
@ 2015-11-05  2:40 Shannon Zhao
  2015-11-05 10:19 ` Stefano Stabellini
  0 siblings, 1 reply; 2+ messages in thread
From: Shannon Zhao @ 2015-11-05  2:40 UTC (permalink / raw)
  To: linux-arm-kernel

From: Shannon Zhao <shannon.zhao@linaro.org>

These hypercalls are located in hypercall.S not hypervisor.S file.

Signed-off-by: Shannon Zhao <shannon.zhao@linaro.org>
---
 arch/arm/xen/enlighten.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/xen/enlighten.c b/arch/arm/xen/enlighten.c
index eeeab07..5421706 100644
--- a/arch/arm/xen/enlighten.c
+++ b/arch/arm/xen/enlighten.c
@@ -284,7 +284,7 @@ void xen_arch_resume(void) { }
 void xen_arch_suspend(void) { }
 
 
-/* In the hypervisor.S file. */
+/* In the hypercall.S file. */
 EXPORT_SYMBOL_GPL(HYPERVISOR_event_channel_op);
 EXPORT_SYMBOL_GPL(HYPERVISOR_grant_table_op);
 EXPORT_SYMBOL_GPL(HYPERVISOR_xen_version);
-- 
2.0.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] ARM: Xen: Fix the file name in comment
  2015-11-05  2:40 [PATCH] ARM: Xen: Fix the file name in comment Shannon Zhao
@ 2015-11-05 10:19 ` Stefano Stabellini
  0 siblings, 0 replies; 2+ messages in thread
From: Stefano Stabellini @ 2015-11-05 10:19 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, 5 Nov 2015, Shannon Zhao wrote:
> From: Shannon Zhao <shannon.zhao@linaro.org>
> 
> These hypercalls are located in hypercall.S not hypervisor.S file.
> 
> Signed-off-by: Shannon Zhao <shannon.zhao@linaro.org>

Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>


>  arch/arm/xen/enlighten.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/xen/enlighten.c b/arch/arm/xen/enlighten.c
> index eeeab07..5421706 100644
> --- a/arch/arm/xen/enlighten.c
> +++ b/arch/arm/xen/enlighten.c
> @@ -284,7 +284,7 @@ void xen_arch_resume(void) { }
>  void xen_arch_suspend(void) { }
>  
>  
> -/* In the hypervisor.S file. */
> +/* In the hypercall.S file. */
>  EXPORT_SYMBOL_GPL(HYPERVISOR_event_channel_op);
>  EXPORT_SYMBOL_GPL(HYPERVISOR_grant_table_op);
>  EXPORT_SYMBOL_GPL(HYPERVISOR_xen_version);
> -- 
> 2.0.4
> 
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-11-05 10:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-05  2:40 [PATCH] ARM: Xen: Fix the file name in comment Shannon Zhao
2015-11-05 10:19 ` Stefano Stabellini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.