diff options
Diffstat (limited to 'arch/x86/hyperv/hv_init.c')
-rw-r--r-- | arch/x86/hyperv/hv_init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/hyperv/hv_init.c b/arch/x86/hyperv/hv_init.c index db64baf0e500..8bef70e7f3cc 100644 --- a/arch/x86/hyperv/hv_init.c +++ b/arch/x86/hyperv/hv_init.c | |||
@@ -158,13 +158,13 @@ void hyperv_init(void) | |||
158 | clocksource_register_hz(&hyperv_cs_tsc, NSEC_PER_SEC/100); | 158 | clocksource_register_hz(&hyperv_cs_tsc, NSEC_PER_SEC/100); |
159 | return; | 159 | return; |
160 | } | 160 | } |
161 | register_msr_cs: | ||
161 | #endif | 162 | #endif |
162 | /* | 163 | /* |
163 | * For 32 bit guests just use the MSR based mechanism for reading | 164 | * For 32 bit guests just use the MSR based mechanism for reading |
164 | * the partition counter. | 165 | * the partition counter. |
165 | */ | 166 | */ |
166 | 167 | ||
167 | register_msr_cs: | ||
168 | hyperv_cs = &hyperv_cs_msr; | 168 | hyperv_cs = &hyperv_cs_msr; |
169 | if (ms_hyperv.features & HV_X64_MSR_TIME_REF_COUNT_AVAILABLE) | 169 | if (ms_hyperv.features & HV_X64_MSR_TIME_REF_COUNT_AVAILABLE) |
170 | clocksource_register_hz(&hyperv_cs_msr, NSEC_PER_SEC/100); | 170 | clocksource_register_hz(&hyperv_cs_msr, NSEC_PER_SEC/100); |