]> rtime.felk.cvut.cz Git - lisovros/linux_canprio.git/blobdiff - drivers/staging/hv/hv.c
Staging: hv: remove DPRINT_ENTER macro
[lisovros/linux_canprio.git] / drivers / staging / hv / hv.c
index 6c77e64027f0eb801d1336ffeb93bcebf9ee033c..6aa3697a07d93a4293d58eed6ee7e9abefd338b1 100644 (file)
@@ -192,8 +192,6 @@ int HvInit(void)
        union hv_x64_msr_hypercall_contents hypercallMsr;
        void *virtAddr = NULL;
 
-       DPRINT_ENTER(VMBUS);
-
        memset(gHvContext.synICEventPage, 0, sizeof(void *) * MAX_NUM_CPUS);
        memset(gHvContext.synICMessagePage, 0, sizeof(void *) * MAX_NUM_CPUS);
 
@@ -303,8 +301,6 @@ void HvCleanup(void)
 {
        union hv_x64_msr_hypercall_contents hypercallMsr;
 
-       DPRINT_ENTER(VMBUS);
-
        kfree(gHvContext.SignalEventBuffer);
        gHvContext.SignalEventBuffer = NULL;
        gHvContext.SignalEventParam = NULL;
@@ -392,8 +388,6 @@ void HvSynicInit(void *irqarg)
        u32 irqVector = *((u32 *)(irqarg));
        int cpu = smp_processor_id();
 
-       DPRINT_ENTER(VMBUS);
-
        if (!gHvContext.HypercallPage) {
                DPRINT_EXIT(VMBUS);
                return;
@@ -490,8 +484,6 @@ void HvSynicCleanup(void *arg)
        union hv_synic_siefp siefp;
        int cpu = smp_processor_id();
 
-       DPRINT_ENTER(VMBUS);
-
        if (!gHvContext.SynICInitialized) {
                DPRINT_EXIT(VMBUS);
                return;