All of lore.kernel.org
 help / color / mirror / Atom feed
* [kvm-unit-tests PATCH v1 0/3] provide asm-generic spinlock
@ 2017-05-12 10:20 ` David Hildenbrand
  0 siblings, 0 replies; 18+ messages in thread
From: David Hildenbrand @ 2017-05-12 10:20 UTC (permalink / raw)
  To: kvm
  Cc: Paolo Bonzini, Radim Krčmář, Thomas Huth, david,
	Laurent Vivier, kvm-ppc

Let's introduce a simple generic version that should be sufficient for
our purposes.

David Hildenbrand (3):
  lib: provide generic spinlock
  ppc64: use asm-generic spinlock
  x86: use asm-generic spinlock

 lib/asm-generic/spinlock.h | 16 +++++++++++++++-
 lib/ppc64/asm/spinlock.h   |  9 ++-------
 lib/ppc64/spinlock.c       | 18 ------------------
 lib/x86/asm/spinlock.h     |  9 ++-------
 lib/x86/smp.c              | 16 ----------------
 powerpc/Makefile.ppc64     |  1 -
 6 files changed, 19 insertions(+), 50 deletions(-)
 delete mode 100644 lib/ppc64/spinlock.c

-- 
2.9.3


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

end of thread, other threads:[~2017-05-15  7:48 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-12 10:20 [kvm-unit-tests PATCH v1 0/3] provide asm-generic spinlock David Hildenbrand
2017-05-12 10:20 ` David Hildenbrand
2017-05-12 10:20 ` [kvm-unit-tests PATCH v1 1/3] lib: provide generic spinlock David Hildenbrand
2017-05-12 10:20   ` David Hildenbrand
2017-05-12 10:58   ` Thomas Huth
2017-05-12 10:58     ` Thomas Huth
2017-05-12 16:43   ` Radim Krčmář
2017-05-12 16:43     ` Radim Krčmář
2017-05-12 16:49     ` Paolo Bonzini
2017-05-12 16:49       ` Paolo Bonzini
2017-05-15  7:48     ` David Hildenbrand
2017-05-15  7:48       ` David Hildenbrand
2017-05-12 10:20 ` [kvm-unit-tests PATCH v1 2/3] ppc64: use asm-generic spinlock David Hildenbrand
2017-05-12 10:20   ` David Hildenbrand
2017-05-12 10:55   ` Thomas Huth
2017-05-12 10:55     ` Thomas Huth
2017-05-12 10:20 ` [kvm-unit-tests PATCH v1 3/3] x86: " David Hildenbrand
2017-05-12 10:20   ` David Hildenbrand

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.