summaryrefslogtreecommitdiffstats
path: root/arch/x86/mtrr.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/mtrr.c')
-rw-r--r--arch/x86/mtrr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/mtrr.c b/arch/x86/mtrr.c
index 0e8bf08c7664..161e77c1389c 100644
--- a/arch/x86/mtrr.c
+++ b/arch/x86/mtrr.c
@@ -411,7 +411,7 @@ void x86_setup_var_mtrrs(unsigned address_bits)
}
printk(BIOS_SPEW, "call enable_var_mtrr()\n");
enable_var_mtrr();
- printk(BIOS_SPEW, "Leave %s\n", __FUNCTION__);
+ printk(BIOS_SPEW, "Leave %s\n", __func__);
post_code(0x6A);
}