Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1215230 > unrolled thread
| Started by | Juergen Gross <jgross@suse.com> |
|---|---|
| First post | 2015-08-28 11:10 +0200 |
| Last post | 2015-08-31 02:40 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH] x86/paravirt: remove unused operation Juergen Gross <jgross@suse.com> - 2015-08-28 11:10 +0200
Re: [PATCH] x86/paravirt: remove unused operation Rusty Russell <rusty@rustcorp.com.au> - 2015-08-31 02:40 +0200
| From | Juergen Gross <jgross@suse.com> |
|---|---|
| Date | 2015-08-28 11:10 +0200 |
| Subject | Re: [PATCH] x86/paravirt: remove unused operation |
| Message-ID | <q2nPz-7b1-1@gated-at.bofh.it> |
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 {
>
--
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/
[toc] | [next] | [standalone]
| From | Rusty Russell <rusty@rustcorp.com.au> |
|---|---|
| Date | 2015-08-31 02:40 +0200 |
| Message-ID | <q3liF-8sy-7@gated-at.bofh.it> |
| In reply to | #1215230 |
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 {
>>
--
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/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web