linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/8] ARM: KVM: Fix missing clobber (causes host oops on UP)
@ 2012-03-09  4:26 Rusty Russell
  2012-03-09  4:44 ` Rusty Russell
  0 siblings, 1 reply; 2+ messages in thread
From: Rusty Russell @ 2012-03-09  4:26 UTC (permalink / raw)
  To: linux-arm-kernel


From: Rusty Russell <rusty@rustcorp.com.au>

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
---
 arch/arm/kvm/arm.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/kvm/arm.c b/arch/arm/kvm/arm.c
index 3772847..f27a96b 100644
--- a/arch/arm/kvm/arm.c
+++ b/arch/arm/kvm/arm.c
@@ -585,7 +585,7 @@ static void cpu_set_vector(void *vector)
 		"smc	#0\n\t" : :
 		[vector_ptr] "r" (vector_ptr),
 		[smc_hyp_nr] "r" (smc_hyp_nr) :
-		"r0", "r1");
+		"r0", "r1", "r7");
 }
 
 static void cpu_init_hyp_mode(void *vector)

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

* [PATCH 1/8] ARM: KVM: Fix missing clobber (causes host oops on UP)
  2012-03-09  4:26 [PATCH 1/8] ARM: KVM: Fix missing clobber (causes host oops on UP) Rusty Russell
@ 2012-03-09  4:44 ` Rusty Russell
  0 siblings, 0 replies; 2+ messages in thread
From: Rusty Russell @ 2012-03-09  4:44 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, 09 Mar 2012 14:56:52 +1030, Rusty Russell <rusty@rustcorp.com.au> wrote:
> 
> From: Rusty Russell <rusty@rustcorp.com.au>

Oops, premature script misfire.

These were meant to go to Christoffer, and the android-virt list.

Will resend...

Cheers,
Rusty.
-- 
  How could I marry someone with more hair than me?  http://baldalex.org

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

end of thread, other threads:[~2012-03-09  4:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-09  4:26 [PATCH 1/8] ARM: KVM: Fix missing clobber (causes host oops on UP) Rusty Russell
2012-03-09  4:44 ` Rusty Russell

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).