linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] xen/arm: Define xen_arch_suspend()
@ 2015-05-07 16:55 Boris Ostrovsky
  2015-05-07 19:22 ` Michal Suchanek
  2015-05-18 12:39 ` [Xen-devel] " David Vrabel
  0 siblings, 2 replies; 3+ messages in thread
From: Boris Ostrovsky @ 2015-05-07 16:55 UTC (permalink / raw)
  To: david.vrabel, konrad.wilk, stefano.stabellini
  Cc: xen-devel, linux-kernel, linux-arm-kernel, hramrach, boris.ostrovsky

Commit 2b953a5e994c ("xen: Suspend ticks on all CPUs during suspend")
introduced xen_arch_suspend() routine but did so only for x86, breaking
ARM builds.

We need to add it to ARM as well.

Signed-off-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Reported-by: Michal Suchanek <hramrach@gmail.com>
Tested-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
---
 arch/arm/xen/enlighten.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/xen/enlighten.c b/arch/arm/xen/enlighten.c
index 224081c..7d0f070 100644
--- a/arch/arm/xen/enlighten.c
+++ b/arch/arm/xen/enlighten.c
@@ -272,6 +272,7 @@ void xen_arch_pre_suspend(void) { }
 void xen_arch_post_suspend(int suspend_cancelled) { }
 void xen_timer_resume(void) { }
 void xen_arch_resume(void) { }
+void xen_arch_suspend(void) { }
 
 
 /* In the hypervisor.S file. */
-- 
2.1.0


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

* Re: [PATCH] xen/arm: Define xen_arch_suspend()
  2015-05-07 16:55 [PATCH] xen/arm: Define xen_arch_suspend() Boris Ostrovsky
@ 2015-05-07 19:22 ` Michal Suchanek
  2015-05-18 12:39 ` [Xen-devel] " David Vrabel
  1 sibling, 0 replies; 3+ messages in thread
From: Michal Suchanek @ 2015-05-07 19:22 UTC (permalink / raw)
  To: Boris Ostrovsky
  Cc: David Vrabel, Konrad Rzeszutek Wilk, stefano.stabellini,
	xen-devel, Linux Kernel Mailing List, linux-arm-kernel

On 7 May 2015 at 18:55, Boris Ostrovsky <boris.ostrovsky@oracle.com> wrote:
> Commit 2b953a5e994c ("xen: Suspend ticks on all CPUs during suspend")
> introduced xen_arch_suspend() routine but did so only for x86, breaking
> ARM builds.
>
> We need to add it to ARM as well.
>
> Signed-off-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
> Reported-by: Michal Suchanek <hramrach@gmail.com>
> Tested-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Tested-by: Michal Suchanek <hramrach@gmail.com>

Thanks

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

* Re: [Xen-devel] [PATCH] xen/arm: Define xen_arch_suspend()
  2015-05-07 16:55 [PATCH] xen/arm: Define xen_arch_suspend() Boris Ostrovsky
  2015-05-07 19:22 ` Michal Suchanek
@ 2015-05-18 12:39 ` David Vrabel
  1 sibling, 0 replies; 3+ messages in thread
From: David Vrabel @ 2015-05-18 12:39 UTC (permalink / raw)
  To: Boris Ostrovsky, david.vrabel, konrad.wilk, stefano.stabellini
  Cc: xen-devel, hramrach, linux-kernel, linux-arm-kernel

On 07/05/15 17:55, Boris Ostrovsky wrote:
> Commit 2b953a5e994c ("xen: Suspend ticks on all CPUs during suspend")
> introduced xen_arch_suspend() routine but did so only for x86, breaking
> ARM builds.
> 
> We need to add it to ARM as well.

Applied to for-linus-4.1b, thanks.

Sorry for the delay, I assumed that Stefano would have picked this up.

David

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

end of thread, other threads:[~2015-05-18 12:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-07 16:55 [PATCH] xen/arm: Define xen_arch_suspend() Boris Ostrovsky
2015-05-07 19:22 ` Michal Suchanek
2015-05-18 12:39 ` [Xen-devel] " David Vrabel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).