aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/mshyperv.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm/mshyperv.h')
-rw-r--r--arch/x86/include/asm/mshyperv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/include/asm/mshyperv.h b/arch/x86/include/asm/mshyperv.h
index 738503e1f80c..530f448fddaf 100644
--- a/arch/x86/include/asm/mshyperv.h
+++ b/arch/x86/include/asm/mshyperv.h
@@ -289,6 +289,7 @@ static inline u64 hv_do_rep_hypercall(u16 code, u16 rep_count, u16 varhead_size,
289 * to this information. 289 * to this information.
290 */ 290 */
291extern u32 *hv_vp_index; 291extern u32 *hv_vp_index;
292extern u32 hv_max_vp_index;
292 293
293/** 294/**
294 * hv_cpu_number_to_vp_number() - Map CPU to VP. 295 * hv_cpu_number_to_vp_number() - Map CPU to VP.