[PATCH 2/5] xen/spinlock: We don't need the old structure anymore

2013-09-09 Thread Konrad Rzeszutek Wilk
As we are using the generic ticketlock structs and these old structures are not needed anymore. Signed-off-by: Konrad Rzeszutek Wilk Reviewed-by: David Vrabel --- arch/x86/xen/spinlock.c | 18 -- 1 file changed, 18 deletions(-) diff --git a/arch/x86/xen/spinlock.c

Re: [PATCH 2/5] xen/spinlock: We don't need the old structure anymore

2013-09-09 Thread Ramkumar Ramachandra
Konrad Rzeszutek Wilk wrote: > diff --git a/arch/x86/xen/spinlock.c b/arch/x86/xen/spinlock.c > index 0438b93..71db82c 100644 > --- a/arch/x86/xen/spinlock.c > +++ b/arch/x86/xen/spinlock.c > @@ -81,7 +81,6 @@ static inline void spin_time_accum_blocked(u64 start) >

Re: [PATCH 2/5] xen/spinlock: We don't need the old structure anymore

2013-09-09 Thread David Vrabel
On 07/09/13 14:46, Konrad Rzeszutek Wilk wrote: > As we are piggybacking on the generic ticketlock structs > and these old structures are not needed anymore. "As we are using the generic ticket lock..." "piggybacking" suggests the Xen code isn't using a standard interface for this. Otherwise,

Re: [PATCH 2/5] xen/spinlock: We don't need the old structure anymore

2013-09-09 Thread David Vrabel
On 07/09/13 14:46, Konrad Rzeszutek Wilk wrote: As we are piggybacking on the generic ticketlock structs and these old structures are not needed anymore. As we are using the generic ticket lock... piggybacking suggests the Xen code isn't using a standard interface for this. Otherwise,

Re: [PATCH 2/5] xen/spinlock: We don't need the old structure anymore

2013-09-09 Thread Ramkumar Ramachandra
Konrad Rzeszutek Wilk wrote: diff --git a/arch/x86/xen/spinlock.c b/arch/x86/xen/spinlock.c index 0438b93..71db82c 100644 --- a/arch/x86/xen/spinlock.c +++ b/arch/x86/xen/spinlock.c @@ -81,7 +81,6 @@ static inline void spin_time_accum_blocked(u64 start) spinlock_stats.time_blocked +=

[PATCH 2/5] xen/spinlock: We don't need the old structure anymore

2013-09-09 Thread Konrad Rzeszutek Wilk
As we are using the generic ticketlock structs and these old structures are not needed anymore. Signed-off-by: Konrad Rzeszutek Wilk konrad.w...@oracle.com Reviewed-by: David Vrabel david.vra...@citrix.com --- arch/x86/xen/spinlock.c | 18 -- 1 file changed, 18 deletions(-) diff

[PATCH 2/5] xen/spinlock: We don't need the old structure anymore

2013-09-07 Thread Konrad Rzeszutek Wilk
As we are piggybacking on the generic ticketlock structs and these old structures are not needed anymore. Signed-off-by: Konrad Rzeszutek Wilk --- arch/x86/xen/spinlock.c | 18 -- 1 files changed, 0 insertions(+), 18 deletions(-) diff --git a/arch/x86/xen/spinlock.c

[PATCH 2/5] xen/spinlock: We don't need the old structure anymore

2013-09-07 Thread Konrad Rzeszutek Wilk
As we are piggybacking on the generic ticketlock structs and these old structures are not needed anymore. Signed-off-by: Konrad Rzeszutek Wilk konrad.w...@oracle.com --- arch/x86/xen/spinlock.c | 18 -- 1 files changed, 0 insertions(+), 18 deletions(-) diff --git