hyperv_init
early_initcall(hyperv_init);
void __init hyperv_init(void);
x86_platform.apic_post_init = hyperv_init;
module_init(hyperv_init);