This patch converts __FUNCTION__ to __func__, since __func__ is standard.
[coreboot.git] / src / cpu / x86 / tsc / delay_tsc.c
index a791f7930e8461862439fcb76e8b020cc9d4d1eb..92de0288a7005660550a2b7194b6a3962102094d 100644 (file)
@@ -131,7 +131,7 @@ static unsigned long long calibrate_tsc(void)
        printk_spew("32-bit delta %d\n", (unsigned long) delta);
        
        printk_spew("%s 32-bit result is %d\n",
-                       __FUNCTION__,
+                       __func__,
                        result);
        return delta;
 }