Skip to content
This repository has been archived by the owner on Sep 28, 2024. It is now read-only.

Commit

Permalink
RH5: vmbus: removed debug code/comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nickme committed Feb 11, 2016
1 parent 5bd2ab5 commit 9af6abd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions hv-rhel5.x/hv/vmbus_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,6 @@ static int vmbus_bus_init(int irq)


#if defined(RHEL_RELEASE_VERSION) && (RHEL_RELEASE_CODE < 1540)
// ms_hyperv.features |= HV_X64_MSR_TIME_REF_COUNT_AVAILABLE;
ms_hyperv.features = cpuid_eax(HYPERV_CPUID_FEATURES);
ms_hyperv.misc_features = cpuid_edx(HYPERV_CPUID_FEATURES);
ms_hyperv.hints = cpuid_eax(HYPERV_CPUID_ENLIGHTMENT_INFO);
Expand All @@ -826,7 +825,6 @@ static int vmbus_bus_init(int irq)
* Only register if the crash MSRs are available
*/
if (ms_hyperv.features & HV_FEATURE_GUEST_CRASH_MSR_AVAILABLE) {
pr_err("Nick: vmbus_bus_init(): registered panic notifier callback\n");
atomic_notifier_chain_register(&panic_notifier_list,
&hyperv_panic_block);
}
Expand Down

0 comments on commit 9af6abd

Please sign in to comment.