search for: 5a18a66

Displaying 4 results from an estimated 4 matches for "5a18a66".

Did you mean: 56a1aa66
2015 Aug 06
0
[PATCH] x86/paravirt: remove unused operation
...peration "get_tsc_khz" as it is used nowhere. Signed-off-by: Juergen Gross <jgross at 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...
2015 Sep 10
1
[PATCH] x86/paravirt: remove unused operation
...ross <jgross at 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...
2015 Aug 06
0
[PATCH] x86/paravirt: remove unused operation
...peration "get_tsc_khz" as it is used nowhere. Signed-off-by: Juergen Gross <jgross at 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...
2015 Sep 10
1
[PATCH] x86/paravirt: remove unused operation
...ross <jgross at 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...