virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] x86/paravirt: remove unused operation
@ 2015-08-06 11:55 Juergen Gross
  0 siblings, 0 replies; 5+ messages in thread
From: Juergen Gross @ 2015-08-06 11:55 UTC (permalink / raw)
  To: linux-kernel, jeremy, chrisw, akataria, rusty, virtualization
  Cc: Juergen Gross

Remove the paravirt operation "get_tsc_khz" as it is used nowhere.

Signed-off-by: Juergen Gross <jgross@suse.com>
---
 arch/x86/include/asm/paravirt_types.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/x86/include/asm/paravirt_types.h b/arch/x86/include/asm/paravirt_types.h
index a6b8f9f..5a18a66 100644
--- a/arch/x86/include/asm/paravirt_types.h
+++ b/arch/x86/include/asm/paravirt_types.h
@@ -97,7 +97,6 @@ struct pv_lazy_ops {
 struct pv_time_ops {
 	unsigned long long (*sched_clock)(void);
 	unsigned long long (*steal_clock)(int cpu);
-	unsigned long (*get_tsc_khz)(void);
 };
 
 struct pv_cpu_ops {
-- 
2.1.4

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

* Re: [PATCH] x86/paravirt: remove unused operation
       [not found] <1438862127-19674-1-git-send-email-jgross@suse.com>
@ 2015-08-28  9:08 ` Juergen Gross
  2015-08-31  0:05   ` Rusty Russell
  0 siblings, 1 reply; 5+ messages in thread
From: Juergen Gross @ 2015-08-28  9:08 UTC (permalink / raw)
  To: linux-kernel, jeremy, chrisw, akataria, rusty, virtualization

Ping?

On 08/06/2015 01:55 PM, Juergen Gross wrote:
> Remove the paravirt operation "get_tsc_khz" as it is used nowhere.
>
> Signed-off-by: Juergen Gross <jgross@suse.com>
> ---
>   arch/x86/include/asm/paravirt_types.h | 1 -
>   1 file changed, 1 deletion(-)
>
> diff --git a/arch/x86/include/asm/paravirt_types.h b/arch/x86/include/asm/paravirt_types.h
> index a6b8f9f..5a18a66 100644
> --- a/arch/x86/include/asm/paravirt_types.h
> +++ b/arch/x86/include/asm/paravirt_types.h
> @@ -97,7 +97,6 @@ struct pv_lazy_ops {
>   struct pv_time_ops {
>   	unsigned long long (*sched_clock)(void);
>   	unsigned long long (*steal_clock)(int cpu);
> -	unsigned long (*get_tsc_khz)(void);
>   };
>
>   struct pv_cpu_ops {
>

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

* Re: [PATCH] x86/paravirt: remove unused operation
  2015-08-28  9:08 ` [PATCH] x86/paravirt: remove unused operation Juergen Gross
@ 2015-08-31  0:05   ` Rusty Russell
  2015-09-10 10:46     ` Juergen Gross
       [not found]     ` <55F15F7E.3000502@suse.com>
  0 siblings, 2 replies; 5+ messages in thread
From: Rusty Russell @ 2015-08-31  0:05 UTC (permalink / raw)
  To: Juergen Gross, linux-kernel, jeremy, chrisw, akataria,
	virtualization; +Cc: x86

Juergen Gross <jgross@suse.com> writes:
> Ping?

Acked-by: Rusty Russell <rusty@rustcorp.com.au>

Cheers,
Rusty.

> On 08/06/2015 01:55 PM, Juergen Gross wrote:
>> Remove the paravirt operation "get_tsc_khz" as it is used nowhere.
>>
>> Signed-off-by: Juergen Gross <jgross@suse.com>
>> ---
>>   arch/x86/include/asm/paravirt_types.h | 1 -
>>   1 file changed, 1 deletion(-)
>>
>> diff --git a/arch/x86/include/asm/paravirt_types.h b/arch/x86/include/asm/paravirt_types.h
>> index a6b8f9f..5a18a66 100644
>> --- a/arch/x86/include/asm/paravirt_types.h
>> +++ b/arch/x86/include/asm/paravirt_types.h
>> @@ -97,7 +97,6 @@ struct pv_lazy_ops {
>>   struct pv_time_ops {
>>   	unsigned long long (*sched_clock)(void);
>>   	unsigned long long (*steal_clock)(int cpu);
>> -	unsigned long (*get_tsc_khz)(void);
>>   };
>>
>>   struct pv_cpu_ops {
>>

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

* Re: [PATCH] x86/paravirt: remove unused operation
  2015-08-31  0:05   ` Rusty Russell
@ 2015-09-10 10:46     ` Juergen Gross
       [not found]     ` <55F15F7E.3000502@suse.com>
  1 sibling, 0 replies; 5+ messages in thread
From: Juergen Gross @ 2015-09-10 10:46 UTC (permalink / raw)
  To: Rusty Russell, linux-kernel, jeremy, chrisw, akataria,
	virtualization, x86

On 08/31/2015 02:05 AM, Rusty Russell wrote:
> Juergen Gross <jgross@suse.com> writes:
>> Ping?
>
> Acked-by: Rusty Russell <rusty@rustcorp.com.au>

Anyone willing to take this patch?


Juergen

>
> Cheers,
> Rusty.
>
>> On 08/06/2015 01:55 PM, Juergen Gross wrote:
>>> Remove the paravirt operation "get_tsc_khz" as it is used nowhere.
>>>
>>> Signed-off-by: Juergen Gross <jgross@suse.com>
>>> ---
>>>    arch/x86/include/asm/paravirt_types.h | 1 -
>>>    1 file changed, 1 deletion(-)
>>>
>>> diff --git a/arch/x86/include/asm/paravirt_types.h b/arch/x86/include/asm/paravirt_types.h
>>> index a6b8f9f..5a18a66 100644
>>> --- a/arch/x86/include/asm/paravirt_types.h
>>> +++ b/arch/x86/include/asm/paravirt_types.h
>>> @@ -97,7 +97,6 @@ struct pv_lazy_ops {
>>>    struct pv_time_ops {
>>>    	unsigned long long (*sched_clock)(void);
>>>    	unsigned long long (*steal_clock)(int cpu);
>>> -	unsigned long (*get_tsc_khz)(void);
>>>    };
>>>
>>>    struct pv_cpu_ops {
>>>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
>

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

* Re: [PATCH] x86/paravirt: remove unused operation
       [not found]     ` <55F15F7E.3000502@suse.com>
@ 2015-09-14 10:14       ` Ingo Molnar
  0 siblings, 0 replies; 5+ messages in thread
From: Ingo Molnar @ 2015-09-14 10:14 UTC (permalink / raw)
  To: Juergen Gross; +Cc: jeremy, x86, linux-kernel, virtualization, chrisw, akataria


* Juergen Gross <jgross@suse.com> wrote:

> On 08/31/2015 02:05 AM, Rusty Russell wrote:
> >Juergen Gross <jgross@suse.com> writes:
> >>Ping?
> >
> >Acked-by: Rusty Russell <rusty@rustcorp.com.au>
> 
> Anyone willing to take this patch?

I wasn't Cc:-ed to the submission, please resend it with the Acked-by added.

Thanks,

	Ingo

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

end of thread, other threads:[~2015-09-14 10:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1438862127-19674-1-git-send-email-jgross@suse.com>
2015-08-28  9:08 ` [PATCH] x86/paravirt: remove unused operation Juergen Gross
2015-08-31  0:05   ` Rusty Russell
2015-09-10 10:46     ` Juergen Gross
     [not found]     ` <55F15F7E.3000502@suse.com>
2015-09-14 10:14       ` Ingo Molnar
2015-08-06 11:55 Juergen Gross

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