Commit 410cb01
KVM: selftests: Use generic sys_clocksource_is_tsc() in vmx_nested_tsc_scaling_test
Despite its name, system_has_stable_tsc() just checks that system
clocksource is 'tsc'; this can now be done with generic
sys_clocksource_is_tsc().
No functional change intended.
Signed-off-by: Vitaly Kuznetsov <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Sean Christopherson <[email protected]>1 parent e440c5f commit 410cb01
File tree
1 file changed
+1
-18
lines changed- tools/testing/selftests/kvm/x86_64
1 file changed
+1
-18
lines changedLines changed: 1 addition & 18 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | 119 | | |
137 | 120 | | |
138 | 121 | | |
| |||
148 | 131 | | |
149 | 132 | | |
150 | 133 | | |
151 | | - | |
| 134 | + | |
152 | 135 | | |
153 | 136 | | |
154 | 137 | | |
| |||
0 commit comments