]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/x86/kvm/x86.c
misc: replace __FUNCTION__ with __func__
[linux-2.6-omap-h63xx.git] / arch / x86 / kvm / x86.c
index 0d682fc6aeb333c382e6b9324105e2eb941bc545..19afbb644c7f7649420d1bbc5a7cba209e0b3f2b 100644 (file)
@@ -564,7 +564,7 @@ static void kvm_set_time_scale(uint32_t tsc_khz, struct pvclock_vcpu_time_info *
        hv_clock->tsc_to_system_mul = div_frac(nsecs, tps32);
 
        pr_debug("%s: tsc_khz %u, tsc_shift %d, tsc_mul %u\n",
-                __FUNCTION__, tsc_khz, hv_clock->tsc_shift,
+                __func__, tsc_khz, hv_clock->tsc_shift,
                 hv_clock->tsc_to_system_mul);
 }