Re: [PATCH] x86/paravirt: remove unused operation

2015-09-14 Thread Ingo Molnar

* Juergen Gross  wrote:

> On 08/31/2015 02:05 AM, Rusty Russell wrote:
> >Juergen Gross  writes:
> >>Ping?
> >
> >Acked-by: Rusty Russell 
> 
> Anyone willing to take this patch?

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

Thanks,

Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] x86/paravirt: remove unused operation

2015-09-14 Thread Ingo Molnar

* Juergen Gross  wrote:

> On 08/31/2015 02:05 AM, Rusty Russell wrote:
> >Juergen Gross  writes:
> >>Ping?
> >
> >Acked-by: Rusty Russell 
> 
> Anyone willing to take this patch?

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

Thanks,

Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] x86/paravirt: remove unused operation

2015-09-10 Thread Juergen Gross

On 08/31/2015 02:05 AM, Rusty Russell wrote:

Juergen Gross  writes:

Ping?


Acked-by: Rusty Russell 


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 
---
   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 majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] x86/paravirt: remove unused operation

2015-09-10 Thread Juergen Gross

On 08/31/2015 02:05 AM, Rusty Russell wrote:

Juergen Gross  writes:

Ping?


Acked-by: Rusty Russell 


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 
---
   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 majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] x86/paravirt: remove unused operation

2015-08-30 Thread Rusty Russell
Juergen Gross  writes:
> Ping?

Acked-by: Rusty Russell 

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 
>> ---
>>   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 majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] x86/paravirt: remove unused operation

2015-08-30 Thread Rusty Russell
Juergen Gross jgr...@suse.com writes:
 Ping?

Acked-by: Rusty Russell ru...@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 jgr...@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 majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] x86/paravirt: remove unused operation

2015-08-28 Thread Juergen Gross

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 
---
  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 majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] x86/paravirt: remove unused operation

2015-08-28 Thread Juergen Gross

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 jgr...@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 majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH] x86/paravirt: remove unused operation

2015-08-06 Thread Juergen Gross
Remove the paravirt operation "get_tsc_khz" as it is used nowhere.

Signed-off-by: Juergen Gross 
---
 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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH] x86/paravirt: remove unused operation

2015-08-06 Thread Juergen Gross
Remove the paravirt operation get_tsc_khz as it is used nowhere.

Signed-off-by: Juergen Gross jgr...@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

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/