projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f454b47
)
x86/paravirt: Remove the unused pv_time_ops::get_tsc_khz method
author
Juergen Gross
<
[email protected]
>
Mon, 14 Sep 2015 10:42:23 +0000
(12:42 +0200)
committer
Ingo Molnar
<
[email protected]
>
Mon, 14 Sep 2015 12:15:22 +0000
(14:15 +0200)
It's not used anywhere.
Signed-off-by: Juergen Gross <
[email protected]
>
Acked-by: Rusty Russell <
[email protected]
>
Cc: Andy Lutomirski <
[email protected]
>
Cc: Borislav Petkov <
[email protected]
>
Cc: Brian Gerst <
[email protected]
>
Cc: Denys Vlasenko <
[email protected]
>
Cc: H. Peter Anvin <
[email protected]
>
Cc: Linus Torvalds <
[email protected]
>
Cc: Peter Zijlstra <
[email protected]
>
Cc: Thomas Gleixner <
[email protected]
>
Cc:
[email protected]
Cc:
[email protected]
Cc:
[email protected]
Cc:
[email protected]
Link:
http://lkml.kernel.org/r/
[email protected]
Signed-off-by: Ingo Molnar <
[email protected]
>
arch/x86/include/asm/paravirt_types.h
patch
|
blob
|
history
diff --git
a/arch/x86/include/asm/paravirt_types.h
b/arch/x86/include/asm/paravirt_types.h
index ce029e4fa7c62bc2bf969ed8df9f2330af2abb28..31247b5bff7c8ff86d893851dc9073b72a647cc2 100644
(file)
--- 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 {