Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 191495
b: refs/heads/master
c: 96f6e77
h: refs/heads/master
i:
  191493: 7836c0f
  191491: 7390b27
  191487: 07350f1
v: v3
  • Loading branch information
H. Peter Anvin committed May 9, 2010
1 parent 8936915 commit 16c385e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d7be0ce6afb1df60bc786f57410407ceae92b994
refs/heads/master: 96f6e775b58687d85ee33004d414419b5ec34106
1 change: 1 addition & 0 deletions trunk/arch/x86/kernel/cpu/hypervisor.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ static const __initconst struct hypervisor_x86 * const hypervisors[] =
};

const struct hypervisor_x86 *x86_hyper;
EXPORT_SYMBOL(x86_hyper);

static inline void __init
detect_hypervisor_vendor(void)
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/x86/kernel/cpu/mshyperv.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,4 @@ const __refconst struct hypervisor_x86 x86_hyper_ms_hyperv = {
.detect = ms_hyperv_platform,
.init_platform = ms_hyperv_init_platform,
};
EXPORT_SYMBOL(x86_hyper_ms_hyperv);
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/cpu/vmware.c
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ static bool __init vmware_platform(void)

return false;
}
EXPORT_SYMBOL(vmware_platform);

/*
* VMware hypervisor takes care of exporting a reliable TSC to the guest.
Expand All @@ -125,3 +124,4 @@ const __refconst struct hypervisor_x86 x86_hyper_vmware = {
.set_cpu_features = vmware_set_cpu_features,
.init_platform = vmware_platform_setup,
};
EXPORT_SYMBOL(x86_hyper_vmware);

0 comments on commit 16c385e

Please sign in to comment.